mirror of
https://github.com/anope/anope.git
synced 2026-06-26 21:56:38 +02:00
Fixed a lot of small problems
This commit is contained in:
@@ -212,11 +212,6 @@ void IRCDProto::SendPong(const Anope::string &servname, const Anope::string &who
|
||||
send_cmd(ircd->ts6 ? Config->Numeric : Config->ServerName, "PONG %s %s", servname.c_str(), who.c_str());
|
||||
}
|
||||
|
||||
void IRCDProto::SendJoin(BotInfo *bi, const ChannelContainer *cc)
|
||||
{
|
||||
SendJoin(bi, cc->chan->name, cc->chan->creation_time);
|
||||
}
|
||||
|
||||
void IRCDProto::SendInvite(const BotInfo *bi, const Anope::string &chan, const Anope::string &nick)
|
||||
{
|
||||
send_cmd(ircd->ts6 ? bi->GetUID() : bi->nick, "INVITE %s %s", nick.c_str(), chan.c_str());
|
||||
|
||||
Reference in New Issue
Block a user