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
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" }
Code: Select all
set init-server { putserv "PRIVMSG Q@CServe.quakenet.org :AUTH AuthNameOfBot PassOfBot" }