Update Chanban/chanban.tcl

This commit is contained in:
Teh PeGaSuS
2026-02-28 02:40:23 +01:00
parent 36675e0385
commit 401f5ac2ab
+3
View File
@@ -68,6 +68,7 @@ namespace eval cmgmt {
#
# If you touch the code below and then complain the script "suddenly stopped working" I'll touch you at night.
# ----------
variable scriptName "Channel Management v1.0 by PeGaSuS"
# ------------
# Public procs
@@ -527,4 +528,6 @@ namespace eval cmgmt {
putserv "PRIVMSG $nick :Available commands ban, tban, kick, unban, banlist"
return 0
}
putlog "-= $::cmgmt::scriptName loaded =-"
}