1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 15:33:13 +02:00

Cleanup of various different crashes/inconsistancies

This commit is contained in:
Adam
2010-08-15 14:08:05 -04:00
parent a950ed8cab
commit c2a97d9f3f
12 changed files with 45 additions and 83 deletions
+1 -4
View File
@@ -621,10 +621,7 @@ bool ChannelInfo::CheckKick(User *user)
c->SetMode(NULL, CMODE_INVITE);
}
/* Join ChanServ */
ChanServ->Join(this->c);
/* Set a timer for this channel to part ChanServ later */
/* Join ChanServ and set a timer for this channel to part ChanServ later */
new ChanServTimer(this->c);
}