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.
Help for those learning Tcl or writing their own scripts.
itsdecks
Voice
Posts: 17 Joined: Mon Nov 13, 2006 7:17 pm
Post
by itsdecks » Wed Nov 15, 2006 9:15 am
ok ive tried authing eggdrop on gamesurge by making my own autoauth.tcl ive put the code into my .conf file. and it still wont auth! heres the code im useing.
Code: Select all
set init-server {
putquick "PRIVMSG AuthServ@Services.GameSurge.net AUTH user pw"
}
Last edited by
itsdecks on Wed Nov 15, 2006 10:02 am, edited 1 time in total.
nml375
Revered One
Posts: 2860 Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 » Wed Nov 15, 2006 9:18 am
Should'nt it be like this?
Code: Select all
set init-server {
putquick "PRIVMSG AuthServ@Services.GameSurge.net :AUTH user pw"
}
NML_375
Nara
Halfop
Posts: 40 Joined: Sun Jul 23, 2006 11:12 pm
Post
by Nara » Wed Nov 15, 2006 9:30 am
itsdecks
Voice
Posts: 17 Joined: Mon Nov 13, 2006 7:17 pm
Post
by itsdecks » Wed Nov 15, 2006 10:01 am
thnx alot! that tcl file did the trick