diff options
author | Adam <Adam@anope.org> | 2010-11-22 13:10:14 -0600 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-11-22 13:10:14 -0600 |
commit | 8f825821e029695d39259f24ee02406d25aefd6b (patch) | |
tree | 574b53e894433272d8d7fda908784a02331b8f90 /modules/protocol/ratbox.cpp | |
parent | d1ba920729f2a1d831a312554aaabbcfad2ba590 (diff) |
Fixed sending operwalls on ratbox
Diffstat (limited to 'modules/protocol/ratbox.cpp')
-rw-r--r-- | modules/protocol/ratbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp index 6882954fc..9b5f02e46 100644 --- a/modules/protocol/ratbox.cpp +++ b/modules/protocol/ratbox.cpp @@ -94,7 +94,7 @@ void ratbox_cmd_pass(const Anope::string &pass) class RatboxProto : public IRCDProto { - void SendGlobopsInternal(BotInfo *source, const Anope::string &buf) + void SendGlobopsInternal(const BotInfo *source, const Anope::string &buf) { if (source) send_cmd(source->GetUID(), "OPERWALL :%s", buf.c_str()); |