2017-03-25 14:42:32 +00:00
|
|
|
User Commands
|
|
|
|
=============
|
|
|
|
|
|
|
|
Standard IRC commands are not listed here. Several of the commands in
|
|
|
|
the operator commands chapter can also be used by normal users.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
``ACCEPT``
|
2017-03-25 14:42:32 +00:00
|
|
|
------
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
|
|
|
|
ACCEPT nick, -nick, ...
|
|
|
|
|
2017-03-25 14:42:32 +00:00
|
|
|
Adds or removes users from your accept list for umode +g and +R. Users
|
|
|
|
are automatically removed when they quit, split or change nick.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
|
|
|
|
ACCEPT *
|
|
|
|
|
2017-03-25 14:42:32 +00:00
|
|
|
Lists all users on your accept list.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
Support of this command is indicated by the ``CALLERID`` token in
|
|
|
|
``RPL_ISUPPORT`` (005); the optional parameter indicates the letter of the
|
2017-03-25 14:42:32 +00:00
|
|
|
“only allow accept users to send private messages” umode, otherwise +g.
|
|
|
|
In charybdis this is always +g.
|
|
|
|
|
|
|
|
CNOTICE
|
|
|
|
-------
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
|
|
|
|
CNOTICE nick channel :text
|
|
|
|
|
2017-03-25 14:42:32 +00:00
|
|
|
Providing you are opped (+o) or voiced (+v) in channel, and nick is a
|
2017-03-25 15:47:23 +00:00
|
|
|
member of channel, ``CNOTICE`` generates a ``NOTICE`` towards nick.
|
2017-03-25 14:42:32 +00:00
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
``CNOTICE`` bypasses any anti-spam measures in place. If you get “Targets
|
2017-03-25 14:42:32 +00:00
|
|
|
changing too fast, message dropped”, you should probably use this
|
|
|
|
command, for example sending a notice to every user joining a certain
|
|
|
|
channel.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
As of charybdis 3.1, ``NOTICE`` automatically behaves as ``CNOTICE`` if you are
|
2017-03-25 14:42:32 +00:00
|
|
|
in a channel fulfilling the conditions.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
Support of this command is indicated by the ``CNOTICE`` token in
|
|
|
|
``RPL_ISUPPORT`` (005).
|
2017-03-25 14:42:32 +00:00
|
|
|
|
|
|
|
CPRIVMSG
|
|
|
|
--------
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
CPRIVMSG nick channel :text
|
|
|
|
|
2017-03-25 14:42:32 +00:00
|
|
|
Providing you are opped (+o) or voiced (+v) in channel, and nick is a
|
2017-03-25 15:47:23 +00:00
|
|
|
member of channel, ``CPRIVMSG`` generates a ``PRIVMSG`` towards nick.
|
2017-03-25 14:42:32 +00:00
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
``CPRIVMSG`` bypasses any anti-spam measures in place. If you get “Targets
|
2017-03-25 14:42:32 +00:00
|
|
|
changing too fast, message dropped”, you should probably use this
|
|
|
|
command.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
As of charybdis 3.1, ``PRIVMSG`` automatically behaves as ``CPRIVMSG`` if you
|
2017-03-25 14:42:32 +00:00
|
|
|
are in a channel fulfilling the conditions.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
Support of this command is indicated by the ``CPRIVMSG`` token in
|
|
|
|
``RPL_ISUPPORT`` (005).
|
2017-03-25 14:42:32 +00:00
|
|
|
|
|
|
|
FINDFORWARDS
|
|
|
|
------------
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
FINDFORWARDS channel
|
2017-03-25 14:42:32 +00:00
|
|
|
|
2017-03-25 15:33:06 +00:00
|
|
|
.. note:: This command is only available if the ``m_findforwards.so``
|
|
|
|
extension is loaded.
|
2017-03-25 14:42:32 +00:00
|
|
|
|
|
|
|
Displays which channels forward to the given channel (via cmode +f). If
|
|
|
|
there are very many channels the list will be truncated.
|
|
|
|
|
|
|
|
You must be a channel operator on the channel or an IRC operator to use
|
|
|
|
this command.
|
|
|
|
|
|
|
|
HELP
|
|
|
|
----
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
HELP [topic]
|
|
|
|
|
|
|
|
Displays help information. topic can be ``INDEX``, ``CREDITS``, ``UMODE``, ``CMODE``,
|
|
|
|
``SNOMASK`` or a command name.
|
2017-03-25 14:42:32 +00:00
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
There are separate help files for users and opers. Opers can use ``UHELP``
|
2017-03-25 14:42:32 +00:00
|
|
|
to query the user help files.
|
|
|
|
|
|
|
|
IDENTIFY
|
|
|
|
--------
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
IDENTIFY parameters...
|
2017-03-25 14:42:32 +00:00
|
|
|
|
2017-03-25 15:33:06 +00:00
|
|
|
.. note:: This command is only available if the ``m_identify.so``
|
|
|
|
extension is loaded.
|
2017-03-25 14:42:32 +00:00
|
|
|
|
|
|
|
Sends an identify command to either NickServ or ChanServ. If the first
|
|
|
|
parameter starts with #, the command is sent to ChanServ, otherwise to
|
2017-03-25 15:47:23 +00:00
|
|
|
NickServ. The word ``IDENTIFY``, a space and all parameters are concatenated
|
|
|
|
and sent as a ``PRIVMSG`` to the service. If the service is not online or
|
2017-03-25 14:42:32 +00:00
|
|
|
does not have umode +S set, no message will be sent.
|
|
|
|
|
|
|
|
The exact syntax for this command depends on the services package in
|
|
|
|
use.
|
|
|
|
|
|
|
|
KNOCK
|
|
|
|
-----
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
KNOCK channel
|
|
|
|
|
2017-03-25 14:42:32 +00:00
|
|
|
Requests an invite to the given channel. The channel must be locked
|
|
|
|
somehow (+ikl), must not be +p and you may not be banned or quieted.
|
|
|
|
Also, this command is rate limited.
|
|
|
|
|
|
|
|
If successful, all channel operators will receive a 710 numeric. The
|
|
|
|
recipient field of this numeric is the channel.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
Support of this command is indicated by the ``KNOCK`` token in ``RPL_ISUPPORT``
|
2017-03-25 14:42:32 +00:00
|
|
|
(005).
|
|
|
|
|
|
|
|
MONITOR
|
|
|
|
-------
|
|
|
|
|
|
|
|
Server side notify list. This list contains nicks. When a user connects,
|
|
|
|
quits with a listed nick or changes to or from a listed nick, you will
|
|
|
|
receive a 730 numeric if the nick went online and a 731 numeric if the
|
|
|
|
nick went offline.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
Support of this command is indicated by the ``MONITOR`` token in
|
|
|
|
``RPL_ISUPPORT`` (005); the parameter indicates the maximum number of
|
2017-03-25 14:42:32 +00:00
|
|
|
nicknames you may have in your monitor list.
|
|
|
|
|
|
|
|
You may only use this command once per second.
|
|
|
|
|
|
|
|
More details can be found in ``doc/monitor.txt`` in the source
|
|
|
|
distribution.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
MONITOR + nick, ...
|
|
|
|
|
2017-03-25 14:42:32 +00:00
|
|
|
Adds nicks to your monitor list. You will receive 730 and 731 numerics
|
|
|
|
for the nicks.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
MONITOR - nick, ...
|
|
|
|
|
2017-03-25 14:42:32 +00:00
|
|
|
Removes nicks from your monitor list. No output is generated for this
|
|
|
|
command.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
MONITOR C
|
|
|
|
|
2017-03-25 14:42:32 +00:00
|
|
|
Clears your monitor list. No output is generated for this command.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
MONITOR L
|
|
|
|
|
2017-03-25 14:42:32 +00:00
|
|
|
Lists all nicks on your monitor list, using 732 numerics and ending with
|
|
|
|
a 733 numeric.
|
|
|
|
|
2017-03-25 15:47:23 +00:00
|
|
|
::
|
|
|
|
MONITOR S
|
|
|
|
|
2017-03-25 14:42:32 +00:00
|
|
|
Shows status for all nicks on your monitor list, using 730 and 731
|
|
|
|
numerics.
|