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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user