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.
Old posts that have not been replied to for several years.
I
IRanLand
Post
by IRanLand » Sat Jan 24, 2004 3:50 am
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
ThanX
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Sat Jan 24, 2004 6:33 am
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
Post
by IRanLand » Sat Jan 24, 2004 9:38 am
[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~
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Sat Jan 24, 2004 12:11 pm
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 » Wed Apr 07, 2004 7:40 pm
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?
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Thu Apr 08, 2004 1:25 pm
[dumb question]
Have you loaded it?
[/dumb question]
Once the game is over, the king and the pawn go back in the same box.
E
EoN
Post
by EoN » Thu Apr 08, 2004 1:29 pm
Yes I have loaded it and I have also tried the version showen in the example config file.
Neither of them are working
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Thu Apr 08, 2004 1:35 pm
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 » Fri Apr 16, 2004 10:05 pm
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.