]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/services.txt
Cleanup cmode help files and add cmodes provided by extensions.
[irc/rqf/shadowircd.git] / doc / services.txt
index eb27b9fca2da4b7e56681ac97fab0f33e17814aa..ee2d1df92feb9d68391acc8441158d6fb9280671 100644 (file)
@@ -1,9 +1,9 @@
 ratbox-services compatibility documentation - Lee H <lee -at- leeh.co.uk>
 -------------------------------------------------------------------------
 
-Compatibility with ratbox-services can be enabled by passing the
-'--enable-services' flag to configure.  It will add the following features
-to ircd:
+Compatibility with ratbox-services is always enabled.  Note that some or
+all of this is also used by atheme-services and anope.  It will add the
+following features to ircd:
 
 1. Channel mode +r
 
@@ -42,9 +42,6 @@ to ircd:
    When users are logged in, WHOIS will also give numeric 330:
    :<server> 330 <yournick> <targetnick> <loginname> :is logged in as
 
-   Note this needs to be a remote whois to work when the target is
-   on a different server.
-
 6. Forced nick change
 
    When using nickname services and a client requests they regain a
@@ -52,4 +49,15 @@ to ircd:
    This forcibly changes the clients nickname to the one they requested
    they regain, ensuring they can always regain their nickname.
 
+7. User mode +R
+
+   This user mode will require users are logged in with user services
+   before they may send private messages or notices to the user.
+
+   As with user mode +g, IRC operators and accepted users can send even
+   if they are not logged in.
+
+   Gives numeric 486 to users sending a PRIVMSG who are not logged in:
+   :<server> 486 <nick> <targetnick> :You must log in with services to message this user
+
 # $Id: services.txt 6 2005-09-10 01:02:21Z nenolod $