summaryrefslogtreecommitdiff
path: root/vchat-messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-messages.h')
-rwxr-xr-xvchat-messages.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/vchat-messages.h b/vchat-messages.h
index 477d791..0902e88 100755
--- a/vchat-messages.h
+++ b/vchat-messages.h
@@ -64,7 +64,7 @@ servermessage servermessages[] = {
64 {"169", SM_INFO, NULL, NULL}, 64 {"169", SM_INFO, NULL, NULL},
65/* 201 <protocol> <server-name> 65/* 201 <protocol> <server-name>
66 Server signon */ 66 Server signon */
67 {"201", SM_IGNORE, NULL, NULL}, 67 {"201", SM_IGNORE, serverlogin, NULL},
68/* 211 <nickname> 68/* 211 <nickname>
69 User signon */ 69 User signon */
70 {"211", SM_USERINFO, usersignon, NULL}, 70 {"211", SM_USERINFO, usersignon, NULL},
@@ -83,6 +83,9 @@ servermessage servermessages[] = {
83/* 241 <oldnick> <newnick> 83/* 241 <oldnick> <newnick>
84 Nickname change */ 84 Nickname change */
85 {"241", SM_USERINFO, usernickchange, NULL}, 85 {"241", SM_USERINFO, usernickchange, NULL},
86/* 269 Encoding set to <encoding>
87 answer to .e */
88 {"269", SM_INFO, NULL, NULL},
86/* 120 <registered nick> */ 89/* 120 <registered nick> */
87 {"120", SM_INFO, login, NULL}, 90 {"120", SM_INFO, login, NULL},
88/* 121 You're not logged in */ 91/* 121 You're not logged in */
@@ -117,6 +120,8 @@ servermessage servermessages[] = {
117 {"414", SM_ERROR, NULL, NULL}, 120 {"414", SM_ERROR, NULL, NULL},
118/* 415 Nickname reserved */ 121/* 415 Nickname reserved */
119 {"415", SM_ERROR, nickerr, NULL}, 122 {"415", SM_ERROR, nickerr, NULL},
123/* 469 I'm very sorry, FNORD is not know to this system, try .E for a * list */
124 {"469", SM_ERROR, NULL, NULL},
120/* 501 Disconnected by own request */ 125/* 501 Disconnected by own request */
121 {"501", SM_INFO, NULL, NULL}, 126 {"501", SM_INFO, NULL, NULL},
122/* 502 Disconnected by operator */ 127/* 502 Disconnected by operator */