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 19 matches

by minotaur
Fri Aug 08, 2003 4:21 pm
Forum: Archive
Topic: Some questions..
Replies: 2
Views: 758

Some questions..

HI i have some script questions :) 1. What is the command for increase a unixstamp to the next 3 days ( Example: My Timestamp is from yesterday and i will check if it really is from yesterday) 2. How can i execute dcc commands from other script who react on that? 3. How can i increase a variable or ...
by minotaur
Sun Aug 03, 2003 3:24 am
Forum: Archive
Topic: How can i say a other Bot who is not in the Botnet..
Replies: 3
Views: 1687

Yes i read it, but i doest understand it how to do it i know how to say the bot to listen to. But not how to say the bot start a script !
by minotaur
Sat Aug 02, 2003 6:55 pm
Forum: Archive
Topic: How can i say a other Bot who is not in the Botnet..
Replies: 3
Views: 1687

How can i say a other Bot who is not in the Botnet..

to start a proc ?

I have no botnet only the Ip and Port of the bot and want to start a script there, but how?? i read something like "idx" but how to use it?? and what must have the remote bot installed that he accept the commands from the main bot??

Plz help me :)
by minotaur
Sat Aug 02, 2003 11:32 am
Forum: Archive
Topic: timer variable
Replies: 5
Views: 2419

timer variable

if have this script


proc test { arg } {
putlog "channel $arg"
timer 1 test2 $arg
}

prco test2 { arg } {
putlog "channel $arg checked twice"
}

hmm now it doesnt work he says me error
Tcl error in script for 'timer4':
can't read "66ms": no such variable

whats wrong?
by minotaur
Mon Jul 28, 2003 4:04 pm
Forum: Archive
Topic: Join -> Count users -> Part
Replies: 7
Views: 1760

My problem is if i use something like that: proc scan:chan { nick idx handle chan lochan } { set lochan [split $lochan] set localchannel [lindex $lochan 0] channel add $localchannel set chanlist [llength [chanlist $localchannel]] if { $chanlist > "20" } { putlog "Channel accepted $loc...
by minotaur
Mon Jul 28, 2003 3:32 pm
Forum: Archive
Topic: Join -> Count users -> Part
Replies: 7
Views: 1760

Join -> Count users -> Part

Hi,

how can i say my bot to join a channel and count alle the people there (how many people in the channel) and then part :P the rest i know but not how to count a channel where the bot already is.
by minotaur
Sun Jul 27, 2003 2:03 am
Forum: Archive
Topic: How to split this !nick <name> <mail> <text&g
Replies: 8
Views: 2016

Hmm no one any answer for me how?

Hmm no one any answer for me how?
by minotaur
Sat Jul 26, 2003 4:47 pm
Forum: Archive
Topic: How to split this !nick <name> <mail> <text&g
Replies: 8
Views: 2016

But now the variable $name and $text (1st and Last Variable) has a leading { or a in $text atleast a } ??

How can i cut the first char out in $name
and the last in $text ?

or can someone post me a function that has that alreasy implemented?
by minotaur
Fri Jul 25, 2003 7:03 pm
Forum: Archive
Topic: How to split this !nick <name> <mail> <text&g
Replies: 8
Views: 2016

Yes i know it but how can i split it after each SPACE into another variable?
by minotaur
Fri Jul 25, 2003 6:52 pm
Forum: Archive
Topic: How to split this !nick <name> <mail> <text&g
Replies: 8
Views: 2016

How to split this !nick <name> <mail> <text&g

HI i have a script like this bind pub - "!nick" add proc add { nick idx handle chan args } { set name [lindex $args 0] set email [lindex $args 1] set text [lindex $args 2 end] puthelp "NOTICE $nick :Hi $name with $email added and $text" } but now the notice is if i type: !nick mi...
by minotaur
Wed Jul 16, 2003 8:36 pm
Forum: Archive
Topic: else if { Possible?
Replies: 2
Views: 791

else if { Possible?

I would like to know how can is use in TCL such like that: if { $nick == "bla" } { putlog "Nick is bla" } else if { $nick == "blaa" } { putlog "Nick is blaa" } else { putlog "I dont know that Nickname" } that doesnt work I need the else if function b...
by minotaur
Wed Jul 16, 2003 8:43 am
Forum: Archive
Topic: scripting
Replies: 2
Views: 1001

This is an Help Board in TCL Scripting not a "We make your TCL Scripts" Board! If you have problems or no idea to do such things you can ask here. But i think no one will you do such a script! I give you the tip: Read the TCL Tutorial Search with google for "+Fastbasesql +Eggdrop"...
by minotaur
Tue Jul 15, 2003 8:21 pm
Forum: Archive
Topic: How can i start a programm
Replies: 1
Views: 770

How can i start a programm

proc { chan type } {
puthelp "PRIVMSG $chan :$type"
}

now in another program i want to start the script with the 2 variables chan und type. But how can i execute this program. With bind i know it but how in other programs?
by minotaur
Tue Jul 15, 2003 3:54 pm
Forum: Archive
Topic: How can if check if $nick is a botnick
Replies: 2
Views: 922

How can if check if $nick is a botnick

One question how can i check if a variable like $nick is the Nick of the Current Bot or of an Bot in the Botnet?
by minotaur
Tue Jul 15, 2003 6:51 am
Forum: Archive
Topic: Tcl Error extra characters after close-quote
Replies: 5
Views: 2208

Ok Thx to all guys :) 4 help

But i still have one question how can i finde if a variable like $nick is the Nick of the Current Bot or of an Bot in the Botnet?