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.

see items in "puthelp queue"

Help for those learning Tcl or writing their own scripts.
Post Reply
j
joke
Voice
Posts: 13
Joined: Fri Aug 19, 2005 7:20 am
Location: Karlsruhe
Contact:

see items in "puthelp queue"

Post by joke »

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.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

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
j
joke
Voice
Posts: 13
Joined: Fri Aug 19, 2005 7:20 am
Location: Karlsruhe
Contact:

Post by joke »

Thx, works fine.
Post Reply