Explorar el Código

Update BT.Limit.tcl

Daniel Voipan hace 6 años
padre
commit
5f28559d3c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BlackTools/Modules/BT.Limit.tcl

+ 1 - 1
BlackTools/Modules/BT.Limit.tcl

@@ -52,7 +52,7 @@ if {![onchan $botnick $chan]} {
 }
 	set usersnum [llength [chanlist $chan]]
 	
-    switch $why {
+    switch [string tolower $why] {
 
 on {
 	set limt [setting:get $chan limit-default]