MUC: Fix traceback caused by faulty logic precedence. (thanks waqas, nulani)
authorKim Alvefur <zash@zash.se>
Tue, 25 Sep 2012 22:03:35 +0200
changeset 5144 a30507061526
parent 5142 3221746f4769
child 5145 53f741a5a73a
MUC: Fix traceback caused by faulty logic precedence. (thanks waqas, nulani)
plugins/muc/muc.lib.lua
--- a/plugins/muc/muc.lib.lua	Sun Sep 23 01:11:20 2012 +0500
+++ b/plugins/muc/muc.lib.lua	Tue Sep 25 22:03:35 2012 +0200
@@ -522,7 +522,7 @@
 			end
 		end
 	elseif not current_nick then -- not in room
-		if type == "error" or type == "result" and stanza.name == "iq" then
+		if (type == "error" or type == "result") and stanza.name == "iq" then
 			local id = stanza.attr.id;
 			stanza.attr.from, stanza.attr.to, stanza.attr.id = deconstruct_stanza_id(self, stanza);
 			if stanza.attr.id then