diff options
author | erdgeist <> | 2003-08-14 11:28:48 +0000 |
---|---|---|
committer | erdgeist <> | 2003-08-14 11:28:48 +0000 |
commit | 12a82a3daf3cd010f473d82b2fcd03c99435c58f (patch) | |
tree | 54eeef8ba4df8de152dc060b0e6e2d853ef44271 /vchat-messages.h | |
parent | b8b51815544c2a0ad7a294b4c901594378dc3b98 (diff) |
Public thoughts
Diffstat (limited to 'vchat-messages.h')
-rwxr-xr-x | vchat-messages.h | 3 |
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}, |