Explorar el Código

Update BT.Core.tcl

Daniel Voipan hace 5 años
padre
commit
9619bc2f69
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BlackTools/BT.Core.tcl

+ 1 - 1
BlackTools/BT.Core.tcl

@@ -392,7 +392,7 @@ proc notc:flood:protection {nick host hand text dest} {
 	global black botnick
 	set number [scan $black(notice:flood) %\[^:\]]
 	set timer [scan $black(notice:flood) %*\[^:\]:%s]
-if {$nick == $black(chanserv) || [string equal -nocase $nick "CHANSERV"]} {
+if {$nick == $black(chanserv) || [string equal -nocase $nick "NICKSERV"]} {
 	return
 }
 if {![isbotnick $dest]} {