1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 14:56:37 +02:00

Give botserv bots assigned by persist the same botmodes as normal bots, fix some typos, remove unused variable

This commit is contained in:
Adam
2013-05-18 23:45:10 -04:00
parent be4a39ceb6
commit 2a8202c832
4 changed files with 11 additions and 6 deletions
-1
View File
@@ -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));
}