diff options
author | June McEnroe <june@causal.agency> | 2020-02-19 21:47:16 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-19 21:47:16 -0500 |
commit | 56de4668acf0c18e4cd0e2a9c53bc4fc2db98306 (patch) | |
tree | c68f60818fb436ed8f73c3d1a158b88547ca957e /chat.h | |
parent | Format WHOIS signon date with %F %T (diff) | |
download | catgirl-56de4668acf0c18e4cd0e2a9c53bc4fc2db98306.tar.gz catgirl-56de4668acf0c18e4cd0e2a9c53bc4fc2db98306.zip |
Add /ban, /unban and handle ban list replies
Diffstat (limited to '')
-rw-r--r-- | chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h index d7f7c5c..e42cf7b 100644 --- a/chat.h +++ b/chat.h @@ -175,6 +175,7 @@ static inline void utilPush(struct Util *util, const char *arg) { extern struct Replies { uint away; + uint ban; uint join; uint list; uint names; |