############################################################################### #The Quickening Version 2.0 ŠIan-Highlander 2001 # #(ian.highlander@eggdropsrus.co.uk) # #IRC/IRCX Commands and Room Management script # #Original Version 1.0 coding Based on Exploit.tcl by 'Nerdboy' # #Tested on Eggdrop 1.3.23 1.5.4 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 in 'Individual bot' commands for your rooms. # #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. # #-----------------------------------------------------------------------------# #Version 2.0 # #Major revamp and overhaul including: # #No need to enter owners nickname in script, script will pick this up from the# #config file allowing owner to change nick and still be recognised. # #**************************** # #Single Bot Commands Changes: # #**************************** # #Bot will no longer change nickname back immediately if keep-nick is set to 1 # #in the config file and 'nick' command is issued. # #(Note: The script now sets keep-nick to 0 when command is used to do this) # #Mode +u removed from the 'join' command as not all servers support this mode.# #Quit message entered on 'recon' command. # #Bot will give 'already in userlist' when 'auser' nickname is already in list.# #Bot will give 'not in userlist' when 'ruser' nickname is not in its list. # #Bot will give 'not in userlist' when 'chattr' nickname is not in its list. # #New 'addhost' command to add hostmask for an existing user added. # #New 'delhost' command to delete hostmask for an existing user added. # #Bot will now recognise if it is opped or not and not attempt to issue these # #commands if not: 'topic' 'invite' '+o' '*o' '+q' '*q' 'o now' 'q now' 'qme' # # 'bow' 'access' 'mode' 'kick' 'xlist'. # #Bot will now give 'Sorry, I'm Not Opped' message instead. # #IRCX commands in 'reset' command now commented out by default, to use these # #on an IRCX server, uncomment these lines. Command revamped and tidied up. # #Channel names and keys variables now sorted out and working. # #************************** # #All Bots Commands Changes: # #************************** # #Mode +u removed from the 'join' command as not all servers support this mode.# #Quit message entered on 'recon' command. # #Bot will give 'already in userlist' when 'auser' nickname is already in list.# #Bot will give 'not in userlist' when 'ruser' nickname is not in its list. # #Bot will give 'not in userlist' when 'chattr' nickname is not in its list. # #New 'addhost' command to add hostmask for an existing user added. # #New 'delhost' command to delete hostmask for an existing user added. # #Bot will now recognise if it is opped or not and not attempt to issue these # #commands if not: '+o' '*o' '+q' '*q' 'o now' 'q now' 'qme' 'bow' 'access' # # 'mode' 'kick' 'xlist'. # #Bot will now give 'Sorry, I'm Not Opped' message instead. # #Updated help file to show new commands available. # #Updated Pirch commands script to show new commands available. # #New mIRC commands script included in package huge thanx to Scott (Nightstorm)# #for putting this together for me. :o) Package now includes menus for both of # #the most popular chat clients for use with "The Quickening". # #Use "/load -rs quickening.mrc" to load commands script from mIRC directory. # ###############################################################################