diff options
author | C. McEnroe | 2020-02-19 21:47:16 -0500 |
---|---|---|
committer | C. McEnroe | 2020-02-19 21:47:16 -0500 |
commit | 56de4668acf0c18e4cd0e2a9c53bc4fc2db98306 (patch) | |
tree | c68f60818fb436ed8f73c3d1a158b88547ca957e /chat.h | |
parent | 2a33ee68dd6dc201eb37828f109f02371daa1e80 (diff) |
Add /ban, /unban and handle ban list replies
Diffstat (limited to 'chat.h')
-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; |