mirror of
https://github.com/anope/anope.git
synced 2026-06-27 21:06:37 +02:00
Add chanserv/set/autoop, like nickserv/set/autoop but for channels
This commit is contained in:
@@ -935,7 +935,7 @@ class Unreal32IRCdMessage : 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