diff options
Diffstat (limited to 'src/bots.cpp')
-rw-r--r-- | src/bots.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bots.cpp b/src/bots.cpp index 37babbb5f..05dfdbe43 100644 --- a/src/bots.cpp +++ b/src/bots.cpp @@ -146,7 +146,6 @@ void BotInfo::Assign(User *u, ChannelInfo *ci) ci->bi = this; this->channels->insert(ci); - ChannelStatus status; FOREACH_MOD(I_OnBotAssign, OnBotAssign(u, ci, this)); } |