mirror of
https://github.com/anope/anope.git
synced 2026-06-29 13:56:38 +02:00
Fixed build errors and warnings with -std=c++11
This commit is contained in:
@@ -126,7 +126,7 @@ class UnrealIRCdProto : public IRCDProto
|
||||
UplinkSocket::Message() << "BD + G " << x->GetUser() << " " << x->GetHost() << " " << x->By << " " << Anope::CurTime + timeleft << " " << x->Created << " :" << x->GetReason();
|
||||
}
|
||||
|
||||
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
|
||||
{
|
||||
UplinkSocket::Message(source) << "h " << user->nick << " :" << buf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user