##################################################################### # chaninfo v1.3 © 1999, Per Johansson -(dw@eggheads.org)- # ##################################################################### # About: # Coded for eggdrop1.3/1.4/1.5 # # This is a multi channel info/rules tcl # mainly for helpchans and similar where # info/rules are repeaded often. # It can store any information and give it at request # or at join. The info/rules are easerly maintained in the chan. # ##################################################################### # Usage: !info [nick], !addinfo , !delinfo <#>, # !wipeinfo, !undoinfo, !helpinfo [command] ##################################################################### # Changes: # ver1.0 (12/9-99) First release enjoy. # ver1.1 (13/9-99) # Added !wipeinfo (remove all info) # Added !undoinfo to undo the last thing done. # +minor changes.. # ver1.2 (22/9-99) # Added feedback setting: verbose <0/1> # Added !helpinfo [command] # ver1.3 (25/11-99) # Fixed bug where it didnt work if you changed # the caseing in the chan name (ie. #chaN != #chan) # Added floot protection. # #####################################################################