Initial import of the ircii-pana-1.1-final source tree.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
Synopsis:
flush
Description:
This discards any data pending in the client's hold buffer when HOLD_MODE
is on (and HOLD_MODE is then turned off). This includes server messages,
and messages generated internally by the client (such as by NOTIFY). The
client then discards all server messages received, until one full second
passes without receiving anything from the server. It is most useful for
flushing server output from commands that generate a lengthy reply, such
as LINKS or LIST or WHO.
See Also:
set(4) hold_mode
Other Notes:
FLUSH is a blocking command (meaning the client can't do anything until
the command is done), so it may cause the client to ping timeout from
your server. It does not actually tell the server to stop sending data.