mirror of
https://github.com/anope/anope.git
synced 2026-07-02 16:13:12 +02:00
Fixed build errors and warnings with -std=c++11
This commit is contained in:
@@ -138,14 +138,6 @@ class ngIRCdProto : public IRCDProto
|
||||
UplinkSocket::Message() << "SERVER " << server->GetName() << " " << server->GetHops() << " :" << server->GetDescription();
|
||||
}
|
||||
|
||||
void SendSVSKillInternal(const BotInfo *source, const User *user, const Anope::string &buf) anope_override
|
||||
{
|
||||
if (source)
|
||||
UplinkSocket::Message(source) << "KILL " << user->nick << " :" << buf;
|
||||
else
|
||||
UplinkSocket::Message(Me) << "KILL " << user->nick << " :" << buf;
|
||||
}
|
||||
|
||||
void SendTopic(BotInfo *bi, Channel *c) anope_override
|
||||
{
|
||||
UplinkSocket::Message(bi) << "TOPIC " << c->name << " :" << c->topic;
|
||||
|
||||
Reference in New Issue
Block a user