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

by BrollY
Wed Apr 28, 2004 4:12 pm
Forum: Archive
Topic: annoying problem
Replies: 9
Views: 2030

lets put it this way, i deleted EVERYTHING in the file (its correct cuz i havent even closed it for the pas 36 hours), and i wrote exactly wat i posted previously, and tried loading it, and i got the same error.
by BrollY
Wed Apr 28, 2004 3:59 pm
Forum: Archive
Topic: annoying problem
Replies: 9
Views: 2030

no i checked, i deleted the whole thing except for the first few lines
proc marbi:arbi {nick host hand text} {
if {[isop $nick \#channel] == "1"} {
return 0
}
}
i added the "return 0" there to substitute everything else, and STILL gives the SAME error.
by BrollY
Wed Apr 28, 2004 3:47 pm
Forum: Archive
Topic: annoying problem
Replies: 9
Views: 2030

i already told ya, the message that mentions where the erorr is already in the very first post, look at the second quote. the "blah blah blah" is then it just pastes that same block of code at the first quote. wat the heck is wrong with it???? ive tried using $args, also $arg but nuthin wo...
by BrollY
Wed Apr 28, 2004 3:38 pm
Forum: Archive
Topic: annoying problem
Replies: 9
Views: 2030

i took off one extra } and it still gives me the same error
by BrollY
Wed Apr 28, 2004 3:25 pm
Forum: Archive
Topic: annoying problem
Replies: 9
Views: 2030

annoying problem

proc marbi:arbi {nick host hand text} { if {[isop $nick \#channel] == "1"} { set cmd "[string tolower [lindex $text 0]]" if {$cmd == "add"} { <does something> } if {$cmd == "rem" || $cmd == "remove"} { <does something> } if {$cmd == "list"...
by BrollY
Wed Apr 28, 2004 12:43 pm
Forum: Archive
Topic: op detection
Replies: 1
Views: 745

op detection

hey, sorry for the really stupid question im gonna make, but the matter of the truth is, i never bothered learning how to check the modes of users in channels ¶:P anyhow, quite simple, all i need is the block of code that i need for my eggdrop (windrop actually) to check if a user is opped or not in...
by BrollY
Mon May 12, 2003 8:17 pm
Forum: Archive
Topic: While....
Replies: 12
Views: 4550

nevermind, problem fixed
but thanks for the help
by BrollY
Mon May 12, 2003 8:07 pm
Forum: Archive
Topic: While....
Replies: 12
Views: 4550

ok, tried it with the fconfigure thing n without it, n kept the putlog thing. the result is that it seems it does read the entire file, but it only starts doing the putlog thing after half the file has been read. i honestly dont know wats wrong, n ive changed the coding many many many times over the...
by BrollY
Mon May 12, 2003 5:55 pm
Forum: Archive
Topic: While....
Replies: 12
Views: 4550

ehhhhh how would i go about doing that? :-? :wink:
by BrollY
Mon May 12, 2003 5:46 pm
Forum: Archive
Topic: While....
Replies: 12
Views: 4550

ofc, downloaded it quite a few times already, i open it with wordpad over n over again n i can see the entire file n its just fine, but the bot itself wont read the first half
by BrollY
Mon May 12, 2003 5:33 pm
Forum: Archive
Topic: While....
Replies: 12
Views: 4550

its really hard to explain the real point of the tcl if u dont play a certain game, but ill give it a try.... somehow... i just checked with some 'putlog' things to see if the bot gets stuck somewhere or something, n well, it reads a file it dls from a site, n with a command it searches the given pa...
by BrollY
Mon May 12, 2003 4:21 pm
Forum: Archive
Topic: While....
Replies: 12
Views: 4550

im aware foreach is the better option n wat while does, but since foreach isnt properly doing wat i want, i gotta try the other choice
by BrollY
Mon May 12, 2003 3:54 pm
Forum: Archive
Topic: While....
Replies: 12
Views: 4550

While....

so far, in all my TCLs i use the 'foreach' function to read files n such, though ive come to scripting something that i believe that 'foreach' isnt doing the job properly. i tried to use the 'while' function to read files but i cant seem to get it to work how i want it to. how would i go about makin...
by BrollY
Sat May 10, 2003 8:03 pm
Forum: Archive
Topic: Stability
Replies: 5
Views: 2428

sometimes it does Ping timeout, while on other occasions its the peer
by BrollY
Sat May 10, 2003 8:00 pm
Forum: Archive
Topic: Suggestion
Replies: 3
Views: 2062

i use the socket approach, but since i had seen quite a few topics with the http thing, i kinda wondered if there was any difference at all as i did notice that it indeed did seem simpler, though kinda lacked a few things.