mirror of
https://github.com/anope/anope.git
synced 2026-07-07 15:43:15 +02:00
Fixed build errors and warnings with -std=c++11
This commit is contained in:
@@ -238,7 +238,7 @@ class BahamutIRCdProto : public IRCDProto
|
||||
/*
|
||||
Note: if the stamp is null 0, the below usage is correct of Bahamut
|
||||
*/
|
||||
void SendSVSKillInternal(const BotInfo *source, const User *user, const Anope::string &buf) anope_override
|
||||
void SendSVSKillInternal(const BotInfo *source, User *user, const Anope::string &buf) anope_override
|
||||
{
|
||||
if (source)
|
||||
UplinkSocket::Message(source) << "SVSKILL " << user->nick << " :" << buf;
|
||||
|
||||
Reference in New Issue
Block a user