############################################################################### #The Quickening Version 1.4 ŠIan-Highlander 2001 # #(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 and 1.6.2. 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. # #Wrote script to create drop down menu in Pirch which gives short cuts for the# #commands and added it to the script package. # #-----------------------------------------------------------------------------# #Version 1.4 # #Suddenly realised that any bots not running Xtools or similar could not run # #The Quickening without an authentication script. # #"Borrowed" auth and deauth script from Xtools to allow for this and added it,# #I will adapt this to suit my needs better at a later date. # #Changed the script so that ops may use some of the individual bots commands. # #Changed help file to show new script commands available to ops. # ###############################################################################