1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 13:36:36 +02:00

Start making some stuff compile with the modified protocol signatures

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1369 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-10-02 23:01:12 +00:00
parent dacff07988
commit 5ffdc4638d
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ void BotInfo::UnAssign(User *u, ChannelInfo *ci)
send_event(EVENT_BOT_UNASSIGN, 2, ci->name, ci->bi->nick);
if (u && ci->c && ci->c->usercount >= BSMinUsers)
ircdproto->SendPart(ci->bi->nick, ci->name, "UNASSIGN from %s", u->nick);
ircdproto->SendPart(ci->bi, ci->name, "UNASSIGN from %s", u->nick);
ci->bi->chancount--;
ci->bi = NULL;