mirror of
https://github.com/anope/anope.git
synced 2026-06-26 17:36:38 +02:00
Add chanserv/set/autoop, like nickserv/set/autoop but for channels
This commit is contained in:
@@ -412,7 +412,7 @@ class PlexusIRCdMessage : public IRCdMessage
|
||||
c->SetModeInternal(NULL, *it, buf);
|
||||
|
||||
/* Now set whatever modes this user is allowed to have on the channel */
|
||||
chan_set_correct_modes(u, c, 1);
|
||||
chan_set_correct_modes(u, c, 1, true);
|
||||
|
||||
/* Check to see if modules want the user to join, if they do
|
||||
* check to see if they are allowed to join (CheckKick will kick/ban them)
|
||||
|
||||
Reference in New Issue
Block a user