about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2025-10-28 20:13:48 -0400
committerJune McEnroe <june@causal.agency>2025-10-28 20:13:48 -0400
commiteb82baab2571dc46e70b0c0d9ec6069a506bedd5 (patch)
treea6382f60d75f17c2af37be52e54e1d1de67c9e95 /chat.h
parentAdd a testimonial (diff)
downloadcatgirl-eb82baab2571dc46e70b0c0d9ec6069a506bedd5.tar.gz
catgirl-eb82baab2571dc46e70b0c0d9ec6069a506bedd5.zip
Add /motd command
You've gotta be able to see the fun colour charts again.
Diffstat (limited to '')
-rw-r--r--chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index 369747c..32ba74a 100644
--- a/chat.h
+++ b/chat.h
@@ -285,6 +285,7 @@ enum Reply {
 	ReplyJoin,
 	ReplyList,
 	ReplyMode,
+	ReplyMOTD,
 	ReplyNames,
 	ReplyNamesAuto,
 	ReplyTopic,