diff options
author | Adam <Adam@anope.org> | 2012-10-14 01:05:24 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-14 01:05:24 -0400 |
commit | 4fdc157f68d2034c243563269ae12b5c27885a18 (patch) | |
tree | 85c8828a7e4fbb1423e35eee40849a33ec4c08c4 /modules/protocol/ratbox.cpp | |
parent | 0a950669cb18d297d1cf7cf9c57570653680e117 (diff) |
Better clarify signon vs timestamp and allow updating users timestamp to an ircd given value from NICK
Diffstat (limited to 'modules/protocol/ratbox.cpp')
-rw-r--r-- | modules/protocol/ratbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp index 793347da6..4acf5e79a 100644 --- a/modules/protocol/ratbox.cpp +++ b/modules/protocol/ratbox.cpp @@ -561,6 +561,7 @@ class ProtoRatbox : public Module CoreIRCDMessageTime core_message_time; CoreIRCDMessageTopic core_message_topic; CoreIRCDMessageVersion core_message_version; + CoreIRCDMessageWhois core_message_whois; /* Our message handlers */ IRCDMessageBMask message_bmask; |