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,21 @@
Synopsis:
notice [=]<nickname> <text to send>
notice <channel> <text to send>
notice %<process id|process name> <text to send>
Description:
NOTICE is functionally equivalent to MSG. Like MSG, it may send to
a person or a channel, and may send to more than one target. The command
was primarily intended as a message type that guaranteed no automated
responses. See MSG for more information.
See Also:
msg(1); on(5) notice, public_notice, send_notice
Restrictions:
The IRC protocol explicitly prohibits any client from automatically
responding to NOTICE with a MSG, CTCP, another NOTICE, or anything
else, and ircII-EPIC will do everything in its power to prevent you
from doing it :)