putquick <text> [options]
Description: sends text to the server, like 'putserv', but it uses a
different (and faster) queue.
Options:
-next: push messages to the front of the queue
-normal: no effect
Returns: nothing
Module: server
here what we can learn about putquick in tcl-commands.doc
putquick <text> [options]
sends text to the server, like 'dump' (intended for direct server
commands); output is queued so that you won't flood yourself off
the server, using the MODE queue (should be a lot faster)
options are:
-next push messages to the front of the queue
returns: nothing