diff options
author | Adam <Adam@anope.org> | 2011-07-14 21:40:21 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-07-14 21:40:21 -0400 |
commit | f277be0f2634cc97881918a0aaf1c0cb6ffad2d6 (patch) | |
tree | 6fed92bbd138782cdfe53f17cbc229c6c02afbd5 /include/modules.h | |
parent | 1a2486d2ece150b2f567679d230f0e5f50e4405c (diff) |
Fixed OSOpersOnly & CSOpersOnly
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 2169513a8..28627f506 100644 --- a/include/modules.h +++ b/include/modules.h @@ -999,7 +999,7 @@ class CoreExport Module : public Extensible * @param message The message * @return EVENT_STOP to halt processing */ - virtual EventReturn OnBotPrivmsg(User *u, BotInfo *bi, const Anope::string &message) { return EVENT_CONTINUE; } + virtual EventReturn OnBotPrivmsg(User *u, BotInfo *bi, Anope::string &message) { return EVENT_CONTINUE; } /** Called when we receive a PRIVMSG for a registered channel we are in * @param u The source of the message |