From 401f5ac2ab30d6b269aa1857392e70122e2c27a5 Mon Sep 17 00:00:00 2001 From: Teh PeGaSuS Date: Sat, 28 Feb 2026 02:40:23 +0100 Subject: [PATCH] Update Chanban/chanban.tcl --- Chanban/chanban.tcl | 3 +++ 1 file changed, 3 insertions(+) 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