No, that entire section (Set your keys here) is for setting room keys (passwords) in, there is a default owner and default host key option which just gave the bot a password to try if the room it had been asked to join wasnt configured in the script. This was set up like this because the script was originally designed for use on IRCX servers which allow entry to a room using a owner or host password straight to that position. If you arent using an IRCX server then leave that entire section blank as it is by default.
Code: Select all
#Set your keys here
set firstchanowner ""
set firstchanhost ""
set secondchanowner ""
set secondchanhost ""
set thirdchanowner ""
set thirdchanhost ""
set defaultowner "notachanceinhell"
set defaulthost "nochance"
As for the bot not answering any commands, yes I have noticed this occasionally too and have never been able to pin down exactly why. There is a very simple answer, either rehash the bot through DCC or issue the command "Bots rehash" which does the same thing, after doing that the script will work perfectly (assuming you have auth'd).
I have no idea why this is needed as I never really looked into it, I can only assume one of the binds I used clashes with something and as I havent touched this script in nearly 4 years I just never got round to fixing it.
On the couple of bots I still use that script on, I'm just in the habit now of every time I start the bot I automatically rehash them after they join the server. I know, its lazy and one day I may actually get round to working out why they do it. But after a rehash the script works perfectly every time.