mirror of
https://github.com/anope/anope.git
synced 2026-06-30 23:26:39 +02:00
removed an unused variable
This commit is contained in:
@@ -763,10 +763,6 @@ void Channel::KickInternal(MessageSource &source, const Anope::string &nick, con
|
||||
return;
|
||||
}
|
||||
|
||||
BotInfo *bi = NULL;
|
||||
if (target->server == Me)
|
||||
bi = BotInfo::Find(nick);
|
||||
|
||||
if (sender)
|
||||
Log(sender, this, "kick") << "kicked " << target->nick << " (" << reason << ")";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user