1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 17:56:38 +02:00

irc2sql: handle away messages.

This commit is contained in:
Jyzee
2015-04-30 19:29:44 +02:00
parent 65bf84cfb5
commit a458f7c840
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@ class IRC2SQL : public Module
void OnUserConnect(User *u, bool &exempt) anope_override;
void OnUserQuit(User *u, const Anope::string &msg) anope_override;
void OnUserNickChange(User *u, const Anope::string &oldnick) anope_override;
void OnUserAway(User *u, const Anope::string &message) anope_override;
void OnFingerprint(User *u) anope_override;
void OnUserModeSet(const MessageSource &setter, User *u, const Anope::string &mname) anope_override;
void OnUserModeUnset(const MessageSource &setter, User *u, const Anope::string &mname) anope_override;