This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop an Q auth

Old posts that have not been replied to for several years.
Locked
N
NoMercy

Eggdrop an Q auth

Post by NoMercy »

Hi,

I've installed an Eggdrop-Bot in a Channel where is a Quakenet Q Bot too. Now I want to auth the Eggdrop Bot on the Q Bot. Any Idea how to do this?
Thx
F
Fluxizm

Post by Fluxizm »

Locate this part of the eggdrop.complete.conf file,

Code: Select all

# Set here a script to run (if any) when first connecting to a server.
# This is limited to 120 characters.
set init-server { putserv "MODE $botnick +i-ws" }
Then add this line just under it,

Code: Select all

set init-server { putserv "PRIVMSG Q@CServe.quakenet.org :AUTH AuthNameOfBot PassOfBot" }
Then everytime your bot goes online it will request auth from Q. It wont stop someone from deoping the bot though, and if theres a netsplit and Q goes awol, not sure what would happen. What channel you on? I have a UT clan on Quakenet :D
N
NoMercy

Post by NoMercy »

The channel is #tfc.db4l, on quakenet too 8)
Locked