Add umode +R to doc/services.txt.

This commit is contained in:
Jilles Tjoelker 2009-01-25 17:35:57 +01:00
parent 1b09d11527
commit 388ff36d4b
1 changed files with 11 additions and 0 deletions

View File

@ -52,4 +52,15 @@ following features to ircd:
This forcibly changes the clients nickname to the one they requested This forcibly changes the clients nickname to the one they requested
they regain, ensuring they can always regain their nickname. 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 $ # $Id: services.txt 6 2005-09-10 01:02:21Z nenolod $