crackBot v.42b

Well, here's my offering to the world of mIRCbots.  It's kind of rough right 
now, and I haven't had the opportunity to test some stuff, but I think most 
of it works.  If I put out a new version maybe I'll write some better 
documentation too.  Questions/comments/suggestions/bugs/etc go to 
carother@uoknor.edu

What you need to do:
1) unzip all the files in crackbot.zip into your mIRC directory
2) Load up crackBot.ini with wordpad, write, or something similar to do a search and replace:

search for: c:\mirc
replace with: <your mIRC directory>

search for: c:\mirc\in
replace with: <your incoming directory>

search for: c:\mirc\out
replace with: <your outgoing/fserve directory>

search for: c:\mirc\logs
replace with: <your log directory>

search for: yourNick
replace with: whatever your regular nick is

search for: botNick
replace with: whatever your want your bot's nick to be

search for altNick
replace with: an alternate nick for your bot

search for: homeChan
replace with: the channel you'd like your bot to join on connect

search for: password
replace with: whatever you'd like your password to be

3) Make an icon (shortcut) with a command line something like
                       c:\mirc\mirc32.exe c:\mirc\crackbot.ini
   or add a popup or alias to your regular mIRC script that does 
                   /run c:\mirc\mirc32.exe c:\mirc\crackbot.ini

4) The bot will notify you once it is connected.  At this point send it a /ctcp botNick set master <insert     your password here>  This will establish you as the bot's master.  *note: once the master has been set,            the   command is disabled.

5) type /msg botNick help, or type !help in it's channel for online help

If you're using mIRC 3.72, you'll need to uncomment (delete the ';'s) the 
help section in the remote events.  Version .42a used /msg for online help.  
I commented out this section rather than delete it when I threw the 3.8 DCC 
help commands in.