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,28 @@
Synopsis:
query [=]<nickname>
query %<process id|process name>
Description:
Using the first form, QUERY starts a private conversation with the
nicknames specified (more than one allowed, see MSG for syntax). All
it really does is make the client send normal typed messages to the
people specified instead of your current channel. QUERY will work
over a DCC CHAT connection.
The second form is similar to the first, but it lets you continuously
communicate with a running EXECed process without the need for MSG
(just like querying a person). Either the process id number, or the
name assigned to the process (if any) may be used.
Using QUERY with no arguments terminates the current QUERY, if any.
Examples:
To start a private conversation with your significant other:
/query sweetypie
To cancel a running query:
/query
See Also:
msg(1); exec(5)