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 Identify! :-( Its Not Working ]

Old posts that have not been replied to for several years.
Locked
I
IRanLand

[ Auto Identify! :-( Its Not Working ]

Post by IRanLand »

Hello Guys , I Tryed So Many Ready TCLz For AutoIdentify To NickServ And All Of Them Not Worked Out ...
Can AnyOne Tell Me What Is The Equal Of These Lines In TCL ?


on *:connect:{ .identify <BotNick> <BotPass>
.Oper <OperNick> <OperPass>
}


If You Tell me this I Will Get Idea To Write TCl :P ThanX :-)
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Code: Select all

bind evnt - init-server my:connect

proc my:connect init-server { 
  putserv "identify <BotNick> <BotPass>" 
  putserv "Oper <OperNick> <OperPass>" 
} 
Once the game is over, the king and the pawn go back in the same box.
I
IRanLand

ThanX Thow :-)

Post by IRanLand »

[13:36] -NickServ (Services@IRanland.net)- Password accepted - you are now recog
nized.

ThanX Thow , Its Very Nice Of Ya , Is There Any WebPages For TCL Commands And Events ? Thanks Man :PpPp~
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Consult the Tcl FAQ section, check the tcl-commands.doc file from the doc\ dir of your eggdrop and the TCL manual here or here. Also, a little forum Search won't hurt.
Once the game is over, the king and the pawn go back in the same box.
E
EoN

Post by EoN »

I have done exaktly how it is described above, but my eggdrop does not want to execute the startup script.

TCL is installed and working properly with other scripts.
What am I making wrong?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

[dumb question]
Have you loaded it? :P
[/dumb question]
Once the game is over, the king and the pawn go back in the same box.
E
EoN

Post by EoN »

Yes I have loaded it and I have also tried the version showen in the example config file.
Neither of them are working :(
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

add an line like putlog "I am working fine!" in that code and .restart it.
Once the game is over, the king and the pawn go back in the same box.
E
EoN

Post by EoN »

OK, Code inserted and Server restarted.
I think I now should see something in the Logfile, but there isn't a thing like that line I inserted.
Locked