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.
Help for those learning Tcl or writing their own scripts.
joke
Voice
Posts: 13 Joined: Fri Aug 19, 2005 7:20 am
Location: Karlsruhe
Contact:
Post
by joke » Mon Nov 20, 2006 5:10 am
Is it possible to check if there are still outputs in the puthelp queue?
I mean I want to see if the bot has already printed all output lines which have been created by a tcl script.
rosc2112
Revered One
Posts: 1454 Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania
Post
by rosc2112 » Mon Nov 20, 2006 12:50 pm
queuesize [queue]
Returns: the number of messages in all queues. If a queue is specified,
only the size of this queue is returned. Valid queues are: mode,
server, help.
Module: server
joke
Voice
Posts: 13 Joined: Fri Aug 19, 2005 7:20 am
Location: Karlsruhe
Contact:
Post
by joke » Tue Nov 21, 2006 8:05 am
Thx, works fine.