1
0
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:
DukePyrolator
2013-05-06 07:28:23 +02:00
parent fe54dfb37f
commit 223aa65cfa
-4
View File
@@ -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