Paul Klumpp hace 12 años
padre
commit
7b58e2f63d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cims_admin.tcl

+ 1 - 1
cims_admin.tcl

@@ -139,7 +139,7 @@ proc ::cims::admin::channelinfo {nick mask hand chan text} {
 		set userlist [chanlist ${_try_chan}]
 		set usercount [llength ${userlist}]
 
-		if {[lsearch -exact ${userlist} Q]} {
+		if {[lsearch -exact ${userlist} Q] < 0} {
 			#Q missing
 			set q_missing_s ",5\002"
 			set q_missing_e "\002"