|
@@ -1,5 +1,16 @@
|
|
|
#pisg.tcl v0.15 by HM2K - auto stats script for pisg (perl irc statistics generator)
|
|
#pisg.tcl v0.15 by HM2K - auto stats script for pisg (perl irc statistics generator)
|
|
|
#based on a script by Arganan
|
|
#based on a script by Arganan
|
|
|
|
|
+
|
|
|
|
|
+# WARNING - READ THIS
|
|
|
|
|
+#
|
|
|
|
|
+# If you use this script, PLEASE read the documentation about the "Silent"
|
|
|
|
|
+# option. If you get the message "an error occured: Pisg v0.67 - perl irc
|
|
|
|
|
+# statistics generator" in the channel, you are NOT running silent. Fix it.
|
|
|
|
|
+# Don't complain to the pisg authors, or you will be flamed.
|
|
|
|
|
+#
|
|
|
|
|
+# IF YOU DON'T GET THIS RIGHT, PLEASE CONSIDER LETTING SOMEONE ELSE
|
|
|
|
|
+# ADMINISTRATE YOUR BOT.
|
|
|
|
|
+
|
|
|
set pisgver "0.15"
|
|
set pisgver "0.15"
|
|
|
|
|
|
|
|
#Location of pisg execuitable perl script
|
|
#Location of pisg execuitable perl script
|
|
@@ -37,4 +48,4 @@ if {![info exists {pisgset}]} {
|
|
|
timer 2 pisgcmd_timer
|
|
timer 2 pisgcmd_timer
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-putlog "pisg.tcl $pisgver loaded"
|
|
|
|
|
|
|
+putlog "pisg.tcl $pisgver loaded"
|