############################################################################### #The Quickening Version 1.3 ŠIan-Highlander 2000 # #(ian.highlander@eggdropsrus.co.uk) # #IRCX Commands and Room Management script # #Original coding Based on Exploit.tcl by 'Nerdboy' # #Tested on Eggdrop 1.3.23 This script is given free of charge, however I # #dont take responsibility blah blah blah. If you make any changes or # #enhancements, please send me a copy :o) # #Configure reset and hop in 'Individual bot' commands and hop in 'All bots' # #Commands for your rooms (Case sensitive, you may need more than one for # #each room, just add more as required). # #All I ask is that you dont change the info, rollcall or loaded responses. # ############################################################################### ############################################################################### # Version History # #Version 1.0 - Revamped and partially re-wrote Exploit.tcl by 'Nerdboy'. # #Removed ctcp flooding section (to be written into a seperate script). # #Removed public commands for ban control (to be re-written and added back in a# #later version). # #Removed public commands for userlist control (to be re-written and added back# #in a later version). # #Removed Botnet section (to be re-written and added back in a later version). # #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# #Version 1.1 # #Revamped public ban commands and completely re-wrote banlist command. # #Wrote original Exploit auser and ruser commands back into the script. # #Modified chattr command to allow setting of room flags as well as global. # #Added 22 different room modes. # #Added restart and reload commands. # #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# #Version 1.2 # #Added topic command. # #Added invite command. # #-----------------------------------------------------------------------------# #SCRIPT RELEASED 25th November 2000 With approval from 'Nerdboy' # #-----------------------------------------------------------------------------# #Version 1.3 # #Added correct bot version variable into "info" commands. # #Added script version variable. # #Wrote The_Quickening.doc - Help file listing all available commands and added# #it to the script package. # ###############################################################################