diff options
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); |