summaryrefslogtreecommitdiff
path: root/bouncer/core.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bouncer/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bouncer/core.h b/bouncer/core.h
index 7236ff7..1d6b9db 100644
--- a/bouncer/core.h
+++ b/bouncer/core.h
@@ -102,6 +102,8 @@ public:
void handleNick(const UserRef &user, const char *newNick);
void handleMode(const UserRef &user, const char *str);
void handlePrivmsg(const UserRef &user, const char *str);
+ void handleTopic(const UserRef &user, const char *message);
+ void handleTopicInfo(const char *user, int timestamp);
char getEffectivePrefixChar(const char *nick) const;
@@ -173,6 +175,7 @@ struct Packet {
B2C_CHANNEL_USER_REMOVE = 0x121,
B2C_CHANNEL_USER_RENAME = 0x122,
B2C_CHANNEL_USER_MODES = 0x123,
+ B2C_CHANNEL_TOPIC = 0x124,
C2B_OOB_LOGIN = 0x8001,