From 7e3b5bed50b87d599fec25a018771ebce47f969f Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 7 Sep 2012 23:44:15 -0400 Subject: Add chanserv/set/autoop, like nickserv/set/autoop but for channels --- modules/protocol/plexus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/protocol/plexus.cpp') diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index 542589f50..5debfa5dc 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -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) -- cgit