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

by arcane
Sun Nov 14, 2004 9:00 am
Forum: Archive
Topic: stop hello
Replies: 4
Views: 1230

and don't forget to restart after that - maybe that's what your problem was with "i have tested it in the config".
by arcane
Sun Nov 14, 2004 8:58 am
Forum: Archive
Topic: Multiple servers and mirroring channels
Replies: 3
Views: 1174

or an energymech i'd say.
by arcane
Fri Nov 12, 2004 9:42 am
Forum: Archive
Topic: STARTING BOT IN USERFILE CREATION MODE.
Replies: 7
Views: 2943

MeTroiD wrote:indeed arcane, thats the solution :)

I was going to post it myself but you already did
feel free to post it again :mrgreen:

@Alchera: maybe your solution is working as well. i wrote just what made it work for me (win xp home) - i did not say that your solution is incorrect ;)
by arcane
Thu Nov 11, 2004 1:25 pm
Forum: Archive
Topic: STARTING BOT IN USERFILE CREATION MODE.
Replies: 7
Views: 2943

mh... if i remember right, i had to change "tmp/" to "/tmp". you might want to try that.
by arcane
Tue Nov 02, 2004 12:26 pm
Forum: Archive
Topic: picurlcheck
Replies: 9
Views: 3353

mh... just for further problems: "nothing happens" is not the best error description ;)

hm. anyway... i don't really care :-?
by arcane
Tue Nov 02, 2004 12:22 pm
Forum: Other Topics
Topic: user's promotion
Replies: 18
Views: 23041

yeah. cons :)

...

spammer :mrgreen:

*hides*
by arcane
Sat Oct 02, 2004 6:12 am
Forum: Archive
Topic: Restricting bot access to Masters & Owners
Replies: 1
Views: 1305

from the .conf:
# Define here whether or not a +o user still needs the +p flag to dcc the bot.
set require-p 1
by arcane
Wed Sep 08, 2004 12:13 pm
Forum: Archive
Topic: search a specific word in a Text file ...
Replies: 7
Views: 1812

user wrote:

Code: Select all

regsub -all {\n{2,}} $data \0 data
you wrote:

Code: Select all

regsub -all {\n{2.}} $data \0 data
by arcane
Mon Sep 06, 2004 7:33 am
Forum: Archive
Topic: help me,, to creat this tcl
Replies: 2
Views: 1239

awyeah wrote:

Code: Select all

bind pub - add:flog
and it would be even better if you'd put some trigger in as well :D
use this instead, AbuAli:

Code: Select all

bind pub - !addflog add:flog
by arcane
Tue Aug 17, 2004 8:19 am
Forum: Archive
Topic: one more 'basic' question on this
Replies: 14
Views: 2975

well, just drop the "foreach" part and use lindex on [split $data \n] :) e.g. for line 13: bind pub - .test pub:test proc pub:test { nick uhost handle channel arg } { global testurl set url $testurl set file scripts/test.txt exec lynx -preparsed -nolist -dump -width=5000 $url > $file set t...
by arcane
Mon Aug 02, 2004 6:52 am
Forum: Archive
Topic: All Op Tcl (Need Help)
Replies: 12
Views: 3647

why do we always have to make it complicated... :roll:
by arcane
Thu Jul 22, 2004 1:16 pm
Forum: Archive
Topic: Need help with list sorting (lsort).
Replies: 12
Views: 3962

edit: mmh... not sure about removing multiple items, but this is the code is use for deleting single items:

Code: Select all

set newlist [lreplace $list $pos $pos]
where $list is your existing list and $pos is the position (you get by using "lsearch $item") of the item you want to delete.
by arcane
Mon Jul 19, 2004 9:13 am
Forum: Archive
Topic: Tcl-Problem with my script - I need your help
Replies: 6
Views: 2218

:D
by arcane
Sun Jul 18, 2004 6:11 am
Forum: Archive
Topic: Tcl-Problem with my script - I need your help
Replies: 6
Views: 2218

No. He was looking for "solved" ;)
Seems he doesn't need help any more.
by arcane
Sun Jul 18, 2004 6:11 am
Forum: Archive
Topic: Need help with list sorting (lsort).
Replies: 12
Views: 3962

maybe you should take a look at http://www.tcl.tk/man/tcl8.4/TclCmd/lsort.htm