about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-30 14:29:32 -0500
committerJune McEnroe <june@causal.agency>2020-12-30 14:29:32 -0500
commit8b6a476c35c4ee209dbaa3feced83aff4c02b5d5 (patch)
tree0224d206266e97b1dcc868c21599784a39cf2c8f /chat.h
parentShow setnames like nick changes (diff)
downloadcatgirl-8b6a476c35c4ee209dbaa3feced83aff4c02b5d5.tar.gz
catgirl-8b6a476c35c4ee209dbaa3feced83aff4c02b5d5.zip
Add /whowas
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
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);