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/unreal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/protocol/unreal.cpp') diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp index 9b6bf73ce..51e960fc0 100644 --- a/modules/protocol/unreal.cpp +++ b/modules/protocol/unreal.cpp @@ -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) -- cgit