mirror of
https://github.com/anope/anope.git
synced 2026-07-03 18:23:14 +02:00
Fix protocol violation error.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2211 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ void IRCDProto::SendSquit(const char *servname, const char *message)
|
||||
|
||||
void IRCDProto::SendChangeBotNick(BotInfo *bi, const char *newnick)
|
||||
{
|
||||
send_cmd(ircd->ts6 ? bi->uid : bi->nick, "NICK %s", newnick);
|
||||
send_cmd(ircd->ts6 ? bi->uid : bi->nick, "NICK %s %ld", newnick, static_cast<long>(time(NULL)));
|
||||
}
|
||||
void IRCDProto::SendForceNickChange(const char *oldnick, const char *newnick, time_t when)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user