From 2a8202c83251f495191c95ba26428d9e545e252e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 18 May 2013 23:45:10 -0400 Subject: Give botserv bots assigned by persist the same botmodes as normal bots, fix some typos, remove unused variable --- src/bots.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bots.cpp') 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)); } -- cgit