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

by zleppy
Fri Oct 28, 2005 11:51 am
Forum: Eggdrop Help
Topic: Unable to get any scripts working
Replies: 6
Views: 12397

hmm...just a stupid one...which i din't know of in the start..

tried .rehash?
by zleppy
Thu Sep 30, 2004 10:36 am
Forum: Archive
Topic: Partyline commands
Replies: 2
Views: 1524

Partyline commands

Hey!
I'm sitting here, trying to make commands that will work in partyline, but i can't find the rigth bind.
Can anyone show me a bind, and a easy proc so i can see how it works?

thanks
zleppy
by zleppy
Tue Jun 15, 2004 6:31 am
Forum: Archive
Topic: random line
Replies: 8
Views: 2433

ok..thanks...sorry, dont mean to be rude when saying that i dont "bother", but earlier when i have searched, i have found like 1500 posts, and not found anything helpfull....
but thanks for answering =)
by zleppy
Wed Jun 09, 2004 12:23 pm
Forum: Archive
Topic: random line
Replies: 8
Views: 2433

sorry for taking it up again then..just so much work searching the old posts...
i got it fixed now...now only thing is to set the a globa variable with "the answer", so i can check it laters...
would 'set answer "mytxt"' work?
by zleppy
Tue Jun 08, 2004 4:09 pm
Forum: Archive
Topic: random line
Replies: 8
Views: 2433

random line

Hey, i'm trying to make my own triviascript (only found buggy ones that would crash my bot), and i want the script to count the lines in a file, and then choose a random line...anyone know how i could do this?

-zleppy-
by zleppy
Sat May 08, 2004 3:03 pm
Forum: Archive
Topic: return Version reply
Replies: 4
Views: 803

hmm..set the version to a variable and output the variable?
by zleppy
Mon May 03, 2004 3:44 pm
Forum: Archive
Topic: user-attributes
Replies: 2
Views: 1015

ok..thanks
by zleppy
Mon May 03, 2004 2:57 pm
Forum: Archive
Topic: user-attributes
Replies: 2
Views: 1015

user-attributes

in a bind...
f|f would that mean that global f and chan f are the only ones that can use the command? or is it like "minimum f"
or what?

-zleppy-
by zleppy
Thu Apr 22, 2004 8:11 am
Forum: Archive
Topic: Autovoice
Replies: 9
Views: 1883

probably easier to do yes...
by zleppy
Thu Apr 22, 2004 7:49 am
Forum: Archive
Topic: Autovoice
Replies: 9
Views: 1883

hmmm...
maybe do a bind join on ur channel, and then make the bot whois the user and search the reply for "is a registered and identified user" of whaterver ur nickserv replies?
and then do some if's and elses?

-zleppy-
by zleppy
Wed Apr 21, 2004 6:16 am
Forum: Archive
Topic: Replacing line in file
Replies: 5
Views: 1579

hmm...ok...almost done now...only one thing... i found this proc: proc save_hlowscores {nick host hand chan arg} { global hlowscorearray scorefile hlowscore set fp [open $scorefile w] puts $fp [uplevel 1 [list array get $hlowscorearray]] close $fp return 0 } or..have edited it some... but how should...
by zleppy
Tue Apr 20, 2004 4:19 pm
Forum: Archive
Topic: Replacing line in file
Replies: 5
Views: 1579

thanks...i found a script that works...but now i have the problem that i cant figure out how to check if the array is existing...like...
a new user gets a point..ok... set $score($nick) 1
but what about a old user...how do i add 1 up to the existing value?
by zleppy
Tue Apr 20, 2004 2:45 pm
Forum: Archive
Topic: Replacing line in file
Replies: 5
Views: 1579

Replacing line in file

Hi i'm trying to make a higher/lower-game for a channel, and want to keep track of the scores...but i havent found out how to replace a line in a file... i want to put the nick who guessed the corerct number in a file, or if it exists, just replace the line (and increase the number on it).. got ever...