From 6f7bcc24ef4cba6dbe8624e2d7d1c08750cb1199 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Thu, 22 May 2008 00:46:02 +0200 Subject: [PATCH] Add FINDFORWARDS and IDENTIFY commands to oper-guide (from extensions). --- doc/sgml/oper-guide/ucommands.sgml | 43 ++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/doc/sgml/oper-guide/ucommands.sgml b/doc/sgml/oper-guide/ucommands.sgml index 5a082634..35f5d308 100644 --- a/doc/sgml/oper-guide/ucommands.sgml +++ b/doc/sgml/oper-guide/ucommands.sgml @@ -79,6 +79,25 @@ RPL_ISUPPORT (005). + + FINDFORWARDS + FINDFORWARDS + channel + + + + + This command is only available if the m_findforwards.so extension is loaded. + + + 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 HELP @@ -93,6 +112,30 @@ UHELP to query the user help files. + + IDENTIFY + IDENTIFY + parameters... + + + + + This command is only available if the m_identify.so extension is loaded. + + + 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. + + + The exact syntax for this command depends on the services package + in use. + + KNOCK KNOCK