1
0
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:
Adam
2012-10-30 17:09:30 -04:00
parent b07928eea9
commit 36f357c354
10 changed files with 28 additions and 36 deletions
+1 -1
View File
@@ -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;
}