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 overfly
Sun Feb 12, 2006 6:31 am
Forum: Scripting Help
Topic: Another regexp that ain`t working :-/
Replies: 1
Views: 3994

Another regexp that ain`t working :-/

Hi everybody out there. I pharse a html Page with the following html Code: <div class="deat"><div class="thl">Test1</div><table width="100%"><tr><td class="time">Test2</td><td class="hl">Test3</td></tr></table> <div class="txt">Test4</div><...
by overfly
Fri May 06, 2005 7:25 am
Forum: Archive
Topic: utimer help
Replies: 2
Views: 1642

utimer help

Hi,
i want my proc to start every 15sec. How can i do this with utimer? Second Question: I want this to be started and stopped by a trigger.

I really don't know how to solve this. THX in advance.

Greetz

Overfly
by overfly
Mon Apr 11, 2005 5:02 am
Forum: Archive
Topic: forced -e
Replies: 10
Views: 2441

Can there be a trigger built in? For example !stop-e So the Bot stops pushing -e !


Greetz

overfly
by overfly
Fri Jan 14, 2005 3:50 am
Forum: Archive
Topic: Trasform "Bind Pub" in "Bind Join"
Replies: 17
Views: 5329

n1 guys !!!!!!!

Big THX !!!
by overfly
Tue Jan 11, 2005 8:46 am
Forum: Archive
Topic: Trasform "Bind Pub" in "Bind Join"
Replies: 17
Views: 5329

arcane wrote: change the "||"s to "&&".
otherwise it would only work if chan1 == chan2 == chan3 :)
That was it....

But the Bot is only checking when he`s opped in every channel. Hmm.... how can i fix that?
by overfly
Mon Jan 10, 2005 11:07 am
Forum: Archive
Topic: Trasform "Bind Pub" in "Bind Join"
Replies: 17
Views: 5329

awyeah wrote: How come it doesn't perform anything? You do not get the channel messages, stating.. "Scanning...." or "Opping all users...." ??
It`s sad but true. No errors and no messages at all. Sry, but its the truth!!!
by overfly
Mon Jan 10, 2005 4:26 am
Forum: Archive
Topic: Trasform "Bind Pub" in "Bind Join"
Replies: 17
Views: 5329

Yes it is possible todo so. I beleive I made the script let's see if we can alter it. I beleive this will do it: putserv "PRIVMSG $chan1 :Nick(s) [join $oplist {, }] on $chan1 have been successfully opped on $chan3." } Thx awyeah 4 helping ... Beside the 2 missing " at the End of bot...
by overfly
Fri Jan 07, 2005 6:06 am
Forum: Archive
Topic: Trasform "Bind Pub" in "Bind Join"
Replies: 17
Views: 5329

You can try to add this to your code: bind join - * join:scan:ops proc join:scan:ops {nick uhost hand chan} { scan:ops $nick $uhost $hand $chan "" } When i do this, the Bot alway scans chan1 and chan2. How can I make him scan only chan1 ? Is ist possible with this script to habe him scan ...