1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 08:03:14 +02:00

Fixed sending operwalls on ratbox

This commit is contained in:
Adam
2010-11-22 13:10:14 -06:00
parent d1ba920729
commit 8f825821e0
+1 -1
View File
@@ -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());