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.

authing on gamesurge. ive tried everything!!![solved]

Help for those learning Tcl or writing their own scripts.
Post Reply
i
itsdecks
Voice
Posts: 17
Joined: Mon Nov 13, 2006 7:17 pm

authing on gamesurge. ive tried everything!!![solved]

Post by itsdecks »

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.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Should'nt it be like this?

Code: Select all

set init-server {
 putquick "PRIVMSG AuthServ@Services.GameSurge.net :AUTH user pw"
}
NML_375
N
Nara
Halfop
Posts: 40
Joined: Sun Jul 23, 2006 11:12 pm

Post by Nara »

i
itsdecks
Voice
Posts: 17
Joined: Mon Nov 13, 2006 7:17 pm

Post by itsdecks »

thnx alot! that tcl file did the trick :)
Post Reply