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

by Black|Man
Tue Sep 16, 2003 6:42 am
Forum: Archive
Topic: Help to add/post date
Replies: 0
Views: 683

Help to add/post date

how to set from nickname to Date that post this -> News by nick : and this i need -> News 16/09-2003: # add news proc nws:addnews {nick uhost handle chan arg} { global nws if {$chan != $nws(chan)} {return 0} set file $nws(file) ; set arg [mirc_strip "$nick $arg"] set nws(fd) [open $file a+...
by Black|Man
Wed Jul 16, 2003 1:16 pm
Forum: Archive
Topic: Mirc script to TCL script
Replies: 3
Views: 1337

ok thx :wink:
by Black|Man
Wed Jul 16, 2003 11:39 am
Forum: Archive
Topic: Mirc script to TCL script
Replies: 3
Views: 1337

Mirc script to TCL script

is that posibol to create a TCL script like this mirc script ? on 1000:text:*!clanwar*:#ClanMatch.dk: { if ($1 == %c $+ !clanwar) { if ($2 == on) { .enable #gbcode | .msg $chan 5The ClanMatch Database Has Just Been Enabled, To Leave A Message Type %c $+ clanwar | set %last.used.command clanwar on | ...
by Black|Man
Tue Jan 14, 2003 9:59 am
Forum: Archive
Topic: system is busy
Replies: 13
Views: 4079

ok thanks, but i need some big help to this i have try 5 hours now and that don't still work for me :oops: proc find {nick host hand chan arg} { global findstamp if {[string length $arg] < 3} { putquick "NOTICE $nick : oh pls n00b... use more than 2 characters ffs" return 0 } if {[info exi...
by Black|Man
Tue Jan 14, 2003 9:01 am
Forum: Archive
Topic: system is busy
Replies: 13
Views: 4079

what have i do wrong here ? :( [13:58] Tcl error [find]: can't read "currenttime": no such variable [13:58] Tcl error in script for 'timer22': proc find {nick host hand chan arg} { if {[string length $arg] < 3} { global findstamp set currenttime [unixtime] if { [info exists findstamp] } { ...
by Black|Man
Mon Jan 13, 2003 6:16 pm
Forum: Archive
Topic: system is busy
Replies: 13
Views: 4079

hmmm privat msg ok wrong button :)

hmmm i am new to all this where i put this script in ?
by Black|Man
Mon Jan 13, 2003 1:59 pm
Forum: Archive
Topic: system is busy
Replies: 13
Views: 4079

still the same problem, are you on irc ?
by Black|Man
Mon Jan 13, 2003 1:51 pm
Forum: Archive
Topic: system is busy
Replies: 13
Views: 4079

little problem is now Search info system is busy, please try again in 5 seconds come after the first user have search and the bot is ready to a new search :(
by Black|Man
Mon Jan 13, 2003 11:38 am
Forum: Archive
Topic: system is busy
Replies: 13
Views: 4079

how i do that ?
by Black|Man
Sun Jan 12, 2003 1:55 pm
Forum: Archive
Topic: system is busy
Replies: 13
Views: 4079

system is busy

how to add this line in this script ? ---> Search info system is busy, please try again in 5 seconds proc find {nick host hand chan arg} { if {[string length $arg] < 3} { # they put in less than four characters.. bitch at them putquick "NOTICE $nick : oh pls n00b... use more than 2 characters f...
by Black|Man
Wed Dec 18, 2002 2:06 pm
Forum: Archive
Topic: Tcl error
Replies: 3
Views: 1710

hmmm the same problem Tcl error [find]: list element in braces followed by "" instead of space maybe that will help if i split serverlist on 3 part qstatserverlist.lst ? ex proc exec_players {} { return [exec ./qstat -sort g -default rwm -Ts server.qstat -Tp players.qstat -f 01qstatserverl...
by Black|Man
Wed Dec 18, 2002 9:27 am
Forum: Archive
Topic: Tcl error
Replies: 3
Views: 1710

Tcl error

need some help to fix this problem Tcl error [find]: list element in braces followed by "" instead of space bind pub -|- !find find proc exec_players {} { return [exec ./qstat -sort g -default rwm -Ts server.qstat -Tp players.qstat -f qstatserverlist.lst -P] } proc find {nick host hand cha...
by Black|Man
Fri Dec 13, 2002 12:40 pm
Forum: Archive
Topic: Search Info
Replies: 3
Views: 1407

what do you need more info about ?
by Black|Man
Thu Dec 12, 2002 12:18 pm
Forum: Archive
Topic: Search Info
Replies: 3
Views: 1407

Search Info

need help to add some line on this scrip when i write !find wolfplayer :( 1. The BOT will write this ---> Looking for 'wolfplayer', patience. proc find {nick host hand chan arg} { if {[llength $arg] < 1} then { putquick "NOTICE $nick : You might wanna put in a search word to limit the list a bi...
by Black|Man
Wed Dec 11, 2002 7:35 am
Forum: Archive
Topic: Qstat
Replies: 6
Views: 2302

yes i have a txt file now with all ip in when i search for player crash my bot, maybe the way is search from a hompage ?

You can get a list of all servers and players from Qstat like this:
qstat -P -rwm,60 wolfmaster.idsoftware.com