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.

Search found 90 matches

by Jag
Sun Oct 05, 2003 3:40 am
Forum: Archive
Topic: TCL Help
Replies: 13
Views: 3410

how do i write:

Code: Select all

while (%t <= $var($1,0)) {
in TCL ?
by Jag
Sat Oct 04, 2003 5:25 pm
Forum: Archive
Topic: TCL Help
Replies: 13
Views: 3410

please? :cry:
by Jag
Sat Oct 04, 2003 3:28 am
Forum: Archive
Topic: TCL Help
Replies: 13
Views: 3410

TCL Help

hello, someone can replace this code in mirc-scripting to TCL please? alias svars { var %t = 1 while (%t <= $var($1,0)) { if ($isid) && ($var($remove($1,*) $+ . $+ $2,1).value) var %b = $ifmatch, %c = 1 var %a = 1, %i = %t while (%i) { inc %i if (%i > $var($1,0)) %i = 1 if ($isid) &&...
by Jag
Sat Sep 27, 2003 10:09 am
Forum: Archive
Topic: Chat command
Replies: 4
Views: 1294

oops, sorry.... my eggdrop was in a little lag.
10x a lot! :P
by Jag
Sat Sep 27, 2003 10:00 am
Forum: Archive
Topic: Chat command
Replies: 4
Views: 1294

10x, but when the bot sending me a chat, it doesn't respond to what i'm writing at the DCC chat.
by Jag
Sat Sep 27, 2003 4:26 am
Forum: Archive
Topic: Chat command
Replies: 4
Views: 1294

anyone? :cry:
by Jag
Fri Sep 26, 2003 2:57 am
Forum: Archive
Topic: Identd
Replies: 6
Views: 1628

Thanks :P
by Jag
Thu Sep 25, 2003 2:25 pm
Forum: Archive
Topic: Help in tcl script
Replies: 5
Views: 1306

OK, 10x a lot! :P
by Jag
Thu Sep 25, 2003 2:07 pm
Forum: Archive
Topic: Help in tcl script
Replies: 5
Views: 1306

so, the command supposed to be:

Code: Select all

set count [regexp -all {[?]} $text]
if {$count == "6"} { ....
? :)
by Jag
Thu Sep 25, 2003 11:57 am
Forum: Archive
Topic: Chat command
Replies: 4
Views: 1294

Chat command

how can i make my bot to dcc chat me when i write him:

Code: Select all

!chat
in the query?
by Jag
Thu Sep 25, 2003 11:19 am
Forum: Archive
Topic: Identd
Replies: 6
Views: 1628

but the eggdrop is not on a shell or something like that, it's on my computer.... :(
by Jag
Thu Sep 25, 2003 10:51 am
Forum: Archive
Topic: Identd
Replies: 6
Views: 1628

how ? :-?
by Jag
Thu Sep 25, 2003 7:03 am
Forum: Archive
Topic: Identd
Replies: 6
Views: 1628

Identd

Someone knows how can i remove the ~ from my eggdrop's identd ?
by Jag
Thu Sep 25, 2003 6:28 am
Forum: Archive
Topic: Help in tcl script
Replies: 5
Views: 1306

Help in tcl script

hi,

i want to build a script that if someone write 6 times "?" in a sentence the eggdrop will kick him.

this command is the same as:

Code: Select all

$count
in mirc-scripting

or the if command in mirc-scripting:

Code: Select all

if ($count($1-,?) > 6)
Thanks for the help :)
by Jag
Fri Sep 19, 2003 10:10 am
Forum: Archive
Topic: $gettok
Replies: 13
Views: 2626

$gettok

how can i use $gettok in TCL?