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.
General support and discussion of Eggdrop bots.
soulwalker
Voice
Posts: 2 Joined: Wed Mar 08, 2006 8:09 am
Post
by soulwalker » Wed Mar 08, 2006 8:16 am
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??
avilon
Halfop
Posts: 64 Joined: Tue Jul 13, 2004 6:58 am
Location: Germany
Post
by avilon » Wed Mar 08, 2006 8:32 am
Code: Select all
set init-server { putserv "PRIVMSG Q@CServe.quakenet.org :AUTH user password" }
soulwalker
Voice
Posts: 2 Joined: Wed Mar 08, 2006 8:09 am
Post
by soulwalker » Wed Mar 08, 2006 8:57 am
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