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

by Metuant
Sat Aug 04, 2007 12:02 pm
Forum: Scripting Help
Topic: channel add - delay/lag
Replies: 2
Views: 2261

channel add - delay/lag

Hi,

Whenever I use 'channel add #channelname' in a script the bot takes about 5 seconds after joining the channel to respond to any other commands.

I was wondering if there was anyway to stop this lag after it joins?

Thanks,
Metuant
by Metuant
Sun Jul 29, 2007 7:03 am
Forum: Scripting Help
Topic: Help with regexp/regsub
Replies: 2
Views: 2285

Thanks for the help - it works great :]
by Metuant
Sat Jul 28, 2007 6:38 pm
Forum: Scripting Help
Topic: Help with regexp/regsub
Replies: 2
Views: 2285

Help with regexp/regsub

Hi, I'm trying to parse some information from a website using regsub and regexp, but i'm completely useless at regexp so now that they've updated their website the regexp no longer works. The block of information I'm trying to parse (which is sometimes repeated multiple times - hence the while in th...