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

by phreako
Mon Aug 22, 2005 9:26 am
Forum: Archive
Topic: Problem with [ , ( - how to remove
Replies: 3
Views: 3259

yeap ok thanks
by phreako
Mon Aug 22, 2005 6:01 am
Forum: Archive
Topic: Problem with [ , ( - how to remove
Replies: 3
Views: 3259

Problem with [ , ( - how to remove

thanks a lot
by phreako
Mon Aug 01, 2005 7:58 pm
Forum: Archive
Topic: Looping of script
Replies: 2
Views: 2017

Re: Looping of script

Ok thanks a lot!
by phreako
Mon Aug 01, 2005 7:14 pm
Forum: Archive
Topic: Looping of script
Replies: 2
Views: 2017

Looping of script

Looping with numbers Lets say $variable is 5. So I want a command to set a timer 5 times according to $variable and it goes something like this, 1st time: utimer 5 doproc 2nd time: utimer 10 doproc 3rd time: utimer 15 doproc 4th time: utimer 20 doproc 5th time: utimer 25 doproc So it could be like $...
by phreako
Thu Jul 21, 2005 8:24 pm
Forum: Archive
Topic: Extracting a certain area of a string
Replies: 2
Views: 2066

thanks
by phreako
Thu Jul 21, 2005 8:23 pm
Forum: Archive
Topic: Need help with utimer
Replies: 1
Views: 1637

I searched the forums a little bit more and found the answer. dont bother to post.. thanks for looking anyway
by phreako
Thu Jul 21, 2005 8:02 pm
Forum: Archive
Topic: Need help with utimer
Replies: 1
Views: 1637

Need help with utimer

How do I make it work - cause by using the syntax below the thing voices $nick first, and the timer is still triggered with {} as the command. I want it to do the command 20 seconds later..

utimer 20 [pushmode $chan +v $nick]

All help appreciated. Thanks
by phreako
Wed Jul 20, 2005 7:22 pm
Forum: Archive
Topic: Extracting a certain area of a string
Replies: 2
Views: 2066

Extracting a certain area of a string

Say i have a string that i named it $value that looks like this

<!-- P: Owner1 -->,<!-- P2: Owner2 -->,<!-- P3: Owner3 --> <!-- P4: Owner4 -->

I wanna extract the P2 value.

So i just want the thing "Owner2". How do I go about doing it?