summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-11-22 13:10:14 -0600
committerAdam <Adam@anope.org>2010-11-22 13:10:14 -0600
commit8f825821e029695d39259f24ee02406d25aefd6b (patch)
tree574b53e894433272d8d7fda908784a02331b8f90
parentd1ba920729f2a1d831a312554aaabbcfad2ba590 (diff)
Fixed sending operwalls on ratbox
-rw-r--r--modules/protocol/ratbox.cpp2
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());