Information: This script provides advanced interaction with DALnet Services. Passwords and channels to ask for ops/invites/unbans on can be added and removed from the partyline. Changes log for Services.tcl: Version 2.0 * Released to the public from the |DAWG| Scripting Team web site. * Added comparability for older Tcl versions. * Removed die lines. * Minor code cleanups. * Merged database settings into one setting. * Optimized readarray and savearray code. Version 1.9 * Released to the public from the |DAWG| Scripting Team web site. * Added an identify-on-connect option. Needed if NickServ's enforce option is set to off. Pointed out by iif. Version 1.8 * Released to the public from the |DAWG| Scripting Team web site. * Autoident is much faster on connect now. * Fixed some places where I was using list operations on strings. Version 1.7 * Released to the public from the |DAWG| Scripting Team web site. * Ident bug fix. Version 1.6 * Released to the public from the |DAWG| Scripting Team web site. * Bug fixes. Version 1.5 * Released to the public from the |DAWG| Scripting Team web site. * Channels and nicks are no longer case-sensitive. Version 1.4 * Released to the public from the |DAWG| Scripting Team web site. * Fixed a save databases bug. * Added the option to disable bold and the SERVICES: prefix in dcc chat. Version 1.3 * Released to the public from the |DAWG| Scripting Team web site. * Minor documentation updates. * Put all configuration settings into an array to save code. Version 1.2 * Released to the public from the |DAWG| Scripting Team web site. * Renamed all putidx commands to putdcc for forward-compatibility reasons. Version 1.1 * Released to the public from the |DAWG| Scripting Team web site. * Added version checking so the script will not attempt to run on anything but eggdrop 1.6.x. * Fixed a bug causing the script to crash the bot on load. (Missing close quote)