diff options
| author | June McEnroe <june@causal.agency> | 2025-10-28 20:13:48 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2025-10-28 20:13:48 -0400 |
| commit | eb82baab2571dc46e70b0c0d9ec6069a506bedd5 (patch) | |
| tree | a6382f60d75f17c2af37be52e54e1d1de67c9e95 /chat.h | |
| parent | Add a testimonial (diff) | |
| download | catgirl-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.h | 1 |
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, |