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,31 @@
Synopsis:
squit <server|mask> <comment>
Description:
This command is used to send a server quit command to another server.
Due to the way some servers present themselves on the network, a
wildcard mask may be specified for the server to SQUIT. This is
generally used in conjunction with CONNECT, for rerouting the network.
This command should never ever be used for personal vendettas!
Examples:
To squit irc.foo.com:
/squit irc.foo.com rerouting
To squit all of Australia, which is hidden behind a server mask:
/squit *.au why is iceland routing aus?
See Also:
connect(3)
Restrictions:
This command is limited to irc operators, for reasons that should be
obvious.
Other Notes:
Care must be taken when SQUITing a server mask. The local server will
send the SQUIT to the first server it finds that matches the mask, and
it may not be the intended server if the mask is too general. It is
best to avoid masks when possible.