Information: This script forces users to be on your main channel before joining your sub-channel. Changes log for SubChan.tcl: Version 2.0 * Released to the public from the |DAWG| Scripting Team web site. * Fixed some Tcl errors. * Removed all unnecessary use of ()'s. * Pushmode is now used for bans. * You can now choose the banmask type. * Removed a lot of putlogs. * Removed sending a notice containing the kick message. * Ops no longer get kicked. * Added %variables to kick messages and notices. Version 1.9 * Released to the public from the |DAWG| Scripting Team web site. * Fixed a TCL error that shows up when a nick gets unbanned. * Added the option to disable bold and the SUBCHAN: prefix in DCC chat. Version 1.8 * Released to the public from the |DAWG| Scripting Team web site. * Minor documentation updates. * Switched to using server bans instead of eggdrop's internal ban list. This should fix some return-from-split bugs. Version 1.7 * Released to the public from the |DAWG| Scripting Team web site. * Minor documentation updates. * Put all configuration settings into an array to save code. * Fixed a few unban bugs. Version 1.6 * 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. Version 1.5 * Released to the public from the |DAWG| Scripting Team web site. * Fixed a bug in the un-banning process. Version 1.4 * Released to the public from the |DAWG| Scripting Team web site. * Almost completely rewrote the entire script. My god, I'm embarrassed I ever released 1.3 :) Version 1.3 * Released to www.egghelp.org * Fixed a few bugs.