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.

auto auth when joining

General support and discussion of Eggdrop bots.
Post Reply
s
soulwalker
Voice
Posts: 2
Joined: Wed Mar 08, 2006 8:09 am

auto auth when joining

Post by soulwalker »

i need the bot to auth automaticly on quakenet so it can get +o cause it reconnects a lot. why it does that i don't know and i have giving up trying to find out why and just accept it. but on quakenet where u have to:

/msg Q@CServe.quakenet.org auth user password

then i tried to put this line in my .conf

set init-server { putserv "msg Q@CServe.quakenet.org auth user password" }

but nothing happens, what am i doing wrong??
User avatar
avilon
Halfop
Posts: 64
Joined: Tue Jul 13, 2004 6:58 am
Location: Germany

Post by avilon »

Code: Select all

set init-server { putserv "PRIVMSG Q@CServe.quakenet.org :AUTH user password" }
s
soulwalker
Voice
Posts: 2
Joined: Wed Mar 08, 2006 8:09 am

Post by soulwalker »

avilon wrote:

Code: Select all

set init-server { putserv "PRIVMSG Q@CServe.quakenet.org :AUTH user password" }
that worked. thanks a lot 4 the help :D
Post Reply