diff --git a/Chanban/chanban.tcl b/Chanban/chanban.tcl index 8f28326..44351be 100644 --- a/Chanban/chanban.tcl +++ b/Chanban/chanban.tcl @@ -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 =-" } \ No newline at end of file