diff options
author | Adam <Adam@anope.org> | 2013-05-18 23:45:10 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-18 23:45:10 -0400 |
commit | 2a8202c83251f495191c95ba26428d9e545e252e (patch) | |
tree | ef3531ad944e7af884129918363a61372b81716e /src | |
parent | be4a39ceb6f1abb7e558eaeb46168ef5dbbe9809 (diff) |
Give botserv bots assigned by persist the same botmodes as normal bots, fix some typos, remove unused variable
Diffstat (limited to 'src')
-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)); } |