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:
+1
-4
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user