Browse Source

Add BIG FAT warning to eggdrop-pisg.tcl

Christoph Berg 21 years ago
parent
commit
92c5b64e9b
2 changed files with 13 additions and 1 deletions
  1. 1 0
      docs/Changelog
  2. 12 1
      scripts/eggdrop-pisg.tcl

+ 1 - 0
docs/Changelog

@@ -5,6 +5,7 @@ pisg (0.68) - ??
      + More smileys (SF #1264834).
      + Fix English preposition (thanks, Barry Suridge).
      + Add pointer to "compatibility" theme for XChat to FORMATS.
+     + Add BIG FAT warning to eggdrop-pisg.tcl.
    Torbjörn:
      + Generate stats in multiple languages in a single run.
    Language Updates:

+ 12 - 1
scripts/eggdrop-pisg.tcl

@@ -1,5 +1,16 @@
 #pisg.tcl v0.15 by HM2K - auto stats script for pisg (perl irc statistics generator)
 #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"
 
 #Location of pisg execuitable perl script
@@ -37,4 +48,4 @@ if {![info exists {pisgset}]} {
   timer 2 pisgcmd_timer
 }
 
-putlog "pisg.tcl $pisgver loaded"
+putlog "pisg.tcl $pisgver loaded"