1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 09:56:38 +02:00

Convert various to new name scheme.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1306 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-10-02 08:39:28 +00:00
parent bd56c0fb93
commit 809ed7c2c0
76 changed files with 342 additions and 342 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)
anope_cmd_part(ci->bi->nick, ci->name, "UNASSIGN from %s", u->nick);
anope_SendPart(ci->bi->nick, ci->name, "UNASSIGN from %s", u->nick);
ci->bi->chancount--;
ci->bi = NULL;