From 2c2a06c97c55fd68b7f4d2b4eae409dda9d0971f Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Mon, 7 Sep 2009 20:48:16 +0500 Subject: MUC: Added kicking support. --- plugins/muc/muc.lib.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/muc/muc.lib.lua') diff --git a/plugins/muc/muc.lib.lua b/plugins/muc/muc.lib.lua index 65cf3786..6ab09d33 100644 --- a/plugins/muc/muc.lib.lua +++ b/plugins/muc/muc.lib.lua @@ -488,6 +488,7 @@ function room_mt:get_role(nick) return session and session.role or nil; end function room_mt:set_role(actor, nick, role, callback) + if role == "none" then role = nil; end if role and role ~= "moderator" and role ~= "participant" and role ~= "visitor" then return nil, "modify", "not-acceptable"; end if self:get_affiliation(actor) ~= "owner" then return nil, "cancel", "not-allowed"; end local occupant = self._occupants[nick]; -- cgit v1.2.3