summaryrefslogtreecommitdiff
path: root/vchat-messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-messages.h')
-rwxr-xr-xvchat-messages.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vchat-messages.h b/vchat-messages.h
index e73e567..477d791 100755
--- a/vchat-messages.h
+++ b/vchat-messages.h
@@ -56,6 +56,9 @@ servermessage servermessages[] = {
56/* 123 <user login [user logout]> 56/* 123 <user login [user logout]>
57 User Login / Logout Information */ 57 User Login / Logout Information */
58 {"123", SM_USERINFO, NULL, NULL}, 58 {"123", SM_USERINFO, NULL, NULL},
59/* 124 <nick> <thoughts>
60 User thoughts information */
61 {"124", SM_CHANNEL, pubthoughts, NULL},
59/* 169 <encoding> 62/* 169 <encoding>
60 List of known encodings */ 63 List of known encodings */
61 {"169", SM_INFO, NULL, NULL}, 64 {"169", SM_INFO, NULL, NULL},