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

by egglink
Sat Jul 29, 2006 4:43 pm
Forum: Scripting Help
Topic: putserv speed
Replies: 4
Views: 3317

I see.. thanks krimson :)
by egglink
Sat Jul 29, 2006 2:38 pm
Forum: Scripting Help
Topic: putserv speed
Replies: 4
Views: 3317

The manuals say that putquick putserv and puthelp use three different queues with ordered priorities. Since I do not use the putquick queue I expect putserv to work fast enough so that it does not violate regular thresholds of flood recvq's ... but putserv messages appears to have a large delay. Let...
by egglink
Sat Jul 29, 2006 2:24 pm
Forum: Scripting Help
Topic: putserv speed
Replies: 4
Views: 3317

putserv speed

Is there a setting to control the -putserv- and -puthelp- speed?
by egglink
Thu Jul 27, 2006 5:12 am
Forum: Scripting Help
Topic: Single colon
Replies: 1
Views: 2120

Single colon

This is a silly newbie question:

I have seen scripts using variables or procedures with single colons. What are single colons good for?

Double colons are for namespaces... but single ones?
by egglink
Thu Jul 27, 2006 3:14 am
Forum: Scripting Help
Topic: !cmd also enables .cmd - why?
Replies: 2
Views: 2550

Indeed it needed a .restart. I thought a .rehash was enough.

Thanks Alchera :)
by egglink
Wed Jul 26, 2006 3:54 pm
Forum: Scripting Help
Topic: !cmd also enables .cmd - why?
Replies: 2
Views: 2550

!cmd also enables .cmd - why?

I have something like this:

bind pub - !cmd procedure

It works but not just for !cmd but also for .cmd
Why is this happening? How can I make it work only for a single command?