| View previous topic :: View next topic |
| Author |
Message |
R-WaT Halfop
Joined: 06 Jan 2006 Posts: 79
|
Posted: Sat Jan 28, 2006 2:33 am Post subject: Problem with "The_Quickening" |
|
|
| Code: | x "\002\Q\002"
set response "\002\Ok!\002"
set responseb "\002\Understood!\002"
set responsec "\002\Yes Boss!\002"
set scriptvers "Version 2.0"
set botowner rwat^ms
#Configuration For 'Reset' And 'Hop' Commands
#Set your channel names here
set #MouseSkills ""
set #TheSyndicate ""
set #esbuilder ""
#Set your keys here
set rwat^ms ""
set *!r-wat@*.h4x0r.gamesurge ""
set rwat^ms ""
set *!r-wat@*.h4x0r.gamesurge ""
set rwat^ms ""
set *!r-wat@*.h4x0r.gamesurge ""
set defaultowner "rwat^ms"
set defaulthost "*!r-wat@*.h4x0r.gamesurge"
#Don't Touch These
bind pub o|o ${botnick} individual_commands
bind pub n bots all_bots_commands
bind msg o|o auth auth_me
bind msg o|o deauth deauth_me
bind sign o|o * deauth_sign
bind part o|o * deauth_part
|
Did I do something wrong? because the bot doesnt respond to commands.. ill do "thesyndicate say rawr" and it wont say rawr, it wont do any commands that are on that script..
Help please? |
|
| Back to top |
|
 |
R-WaT Halfop
Joined: 06 Jan 2006 Posts: 79
|
Posted: Sat Jan 28, 2006 2:34 am Post subject: |
|
|
| Was I supposed to put the nickname and host after like the "set nickname" or "set hostname" or w/e was there? |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Sat Jan 28, 2006 10:52 am Post subject: |
|
|
| R-WaT wrote: | | Was I supposed to put the nickname and host after like the "set nickname" or "set hostname" or w/e was there? |
I'd say that was perfectly self explanatory. _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
Ian-Highlander Op
Joined: 24 Sep 2001 Posts: 165 Location: Ely, Cambridgeshire
|
Posted: Sat Jan 28, 2006 3:46 pm Post subject: |
|
|
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: | #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. _________________ "Insanity Takes Its Toll, Please Have Exact Change" |
|
| Back to top |
|
 |
R-WaT Halfop
Joined: 06 Jan 2006 Posts: 79
|
Posted: Sat Jan 28, 2006 10:49 pm Post subject: |
|
|
thanks for ur help  |
|
| Back to top |
|
 |
|