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 08114d5..e73e567 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/* 169 <encoding>
60 List of known encodings */
61 {"169", SM_INFO, NULL, NULL},
59/* 201 <protocol> <server-name> 62/* 201 <protocol> <server-name>
60 Server signon */ 63 Server signon */
61 {"201", SM_IGNORE, NULL, NULL}, 64 {"201", SM_IGNORE, NULL, NULL},