Script Name:
chaninfo
Version: 1.3
Author: dw
Script Date: 26/11/1999
Category: Info Scripts
Downloads: 117
File Name:
chaninfo1.3.tcl.gz
Short Description:
Information storage/retrieval.
Extended Description File
#####################################################################
# 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 <text>, !delinfo <#>,
# !wipeinfo, !undoinfo, !helpinfo [command]
#####################################################################
# Changes:
# ver1.0 (12/9-99) <dw> First release enjoy.
# ver1.1 (13/9-99) <dw>
# Added !wipeinfo (remove all info)
# Added !undoinfo to undo the last thing done.
# +minor changes..
# ver1.2 (22/9-99) <dw>
# Added feedback setting: verbose <0/1>
# Added !helpinfo [command]
# ver1.3 (25/11-99) <dw>
# Fixed bug where it didnt work if you changed
# the caseing in the chan name (ie. #chaN != #chan)
# Added floot protection.
#
#####################################################################