diff options
author | June McEnroe <june@causal.agency> | 2020-12-30 14:29:32 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-30 14:29:32 -0500 |
commit | 8b6a476c35c4ee209dbaa3feced83aff4c02b5d5 (patch) | |
tree | 0224d206266e97b1dcc868c21599784a39cf2c8f /chat.h | |
parent | Show setnames like nick changes (diff) | |
download | catgirl-8b6a476c35c4ee209dbaa3feced83aff4c02b5d5.tar.gz catgirl-8b6a476c35c4ee209dbaa3feced83aff4c02b5d5.zip |
Add /whowas
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 ccd8863..e1f6584 100644 --- a/chat.h +++ b/chat.h @@ -260,6 +260,7 @@ extern struct Replies { uint topic; uint who; uint whois; + uint whowas; } replies; void handle(struct Message *msg); |