From 8f825821e029695d39259f24ee02406d25aefd6b Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 22 Nov 2010 13:10:14 -0600 Subject: [PATCH] Fixed sending operwalls on ratbox --- modules/protocol/ratbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());