summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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);
edJune McEnroe2021-06-25 * Keep log directory open, use mkdirat(2) and openat(2)June McEnroe2021-06-25 * Replace SIGWINCH XXX comment with better explanationJune McEnroe2021-06-21 * Register SIGWINCH handler before TLS connectKlemens Nanni2021-06-21 * OpenBSD: Only unveil used directoriesKlemens Nanni2021-06-20 * Add -m mode option to set user modesJune McEnroe2021-06-18 * Clean up if restricted && logEnable, pipe creationJune McEnroe2021-06-17 * Send PINGs when server is quiet and die if no responseJune McEnroe2021-06-15 * OpenBSD: Simplify promise creation after seprintf() introductionKlemens Nanni2021-06-15 * OpenBSD: pledge final promises earlierKlemens Nanni2021-06-14 * Treat `-T's optional argument as optionalKlemens Nanni2021-06-14 * OpenBSD: no need to read data files (logs)Klemens Nanni2021-06-13 * OpenBSD: Drop now unneeded file system access for save fileKlemens Nanni2021-06-11 * Open save file once in uiLoad() and keep it open until uiSave()Klemens Nanni2021-06-11 * OpenBSD: Hoist loading save file to drop filesystem read-access