]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/sgml/oper-guide/ucommands.sgml
Updating File.
[irc/rqf/shadowircd.git] / doc / sgml / oper-guide / ucommands.sgml
index 5a0826346dab89b7ab11d8d336e6b123e59e8395..a4365b449a0d2c8a71ebf861a8d0b46c2ba77aca 100644 (file)
          you should probably use this command, for example sending a
          notice to every user joining a certain channel.
        </para>
+       <para>
+         As of charybdis 3.1, NOTICE automatically behaves as CNOTICE
+         if you are in a channel fulfilling the conditions.
+       </para>
        <para>
          Support of this command is indicated by the CNOTICE token in
          RPL_ISUPPORT (005).
          If you get <quote>Targets changing too fast, message dropped</quote>,
          you should probably use this command.
        </para>
+       <para>
+         As of charybdis 3.1, PRIVMSG automatically behaves as CPRIVMSG
+         if you are in a channel fulfilling the conditions.
+       </para>
        <para>
          Support of this command is indicated by the CPRIVMSG token in
          RPL_ISUPPORT (005).
        </para>
       </sect2>
+      <sect2>
+       <title>FINDFORWARDS</title>
+       <cmdsynopsis><command>FINDFORWARDS</command>
+         <arg choice=plain><replaceable>channel</replaceable></arg>
+       </cmdsynopsis>
+       <para>
+         <note>
+           <para>
+             This command is only available if the <filename>m_findforwards.so</filename> extension is loaded.
+           </para>
+         </note>
+         Displays which channels forward to the given channel (via cmode +f).
+         If there are very many channels the list will be truncated.
+       </para>
+       <para>
+         You must be a channel operator on the channel or an IRC operator
+         to use this command.
+       </para>
+      </sect2>
       <sect2>
        <title>HELP</title>
        <cmdsynopsis><command>HELP</command>
          UHELP to query the user help files.
        </para>
       </sect2>
+      <sect2>
+       <title>IDENTIFY</title>
+       <cmdsynopsis><command>IDENTIFY</command>
+         <arg choice=plain><replaceable>parameters...</replaceable></arg>
+       </cmdsynopsis>
+       <para>
+         <note>
+           <para>
+             This command is only available if the <filename>m_identify.so</filename> extension is loaded.
+           </para>
+         </note>
+         Sends an identify command to either NickServ or ChanServ.
+         If the first parameter starts with #, the command is sent to
+         ChanServ, otherwise to 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 does not have umode +S set, 
+         no message will be sent.
+       </para>
+       <para>
+         The exact syntax for this command depends on the services package
+         in use.
+       </para>
+      </sect2>
       <sect2>
        <title>KNOCK</title>
        <cmdsynopsis><command>KNOCK</command>