X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fnickserv.help;h=04b5e7d3ca35f97ce68e4b3a3f323e29b3542280;hb=93e4294cd139ae41eefba84129372b7f1aadf730;hp=a2f59a495c007ddb8fb392314c205092f160e255;hpb=70aa1c05a3e2bc257644e098500929da73d6b441;p=srvx.git diff --git a/src/nickserv.help b/src/nickserv.help index a2f59a4..04b5e7d 100644 --- a/src/nickserv.help +++ b/src/nickserv.help @@ -86,15 +86,17 @@ "OUNREGISTER" { "/services/nickserv/disable_nicks" ( - "/msg $N OUNREGISTER ", + "/msg $N OUNREGISTER [FORCE]", "Un-registers the specified account.", "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).", + "Without FORCE only accounts that are inactive and have no special flags can be unregistered.", "$uSee Also:$u oregister" ); "!/services/nickserv/disable_nicks" ( - "/msg $N OUNREGISTER ", + "/msg $N OUNREGISTER [FORCE]", "Un-registers the specified account, and any nicks that have been registered to that account.", "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).", + "Without FORCE only accounts that are inactive and have no special flags can be unregistered.", "$uSee Also:$u oregister, oregnick, ounregnick" ); }; @@ -467,6 +469,8 @@ " HOSTMASK SUBSET - Account matches if this mask \"covers\" one in their userlist", " HOSTMASK LASTQUIT - Account matches if this mask \"covers\" user was last seen using", " HOSTMASK - A glob that must match a hostmask for the account (equivalent to HOSTMASK SUPERSET)", + " FAKEHOST - A glob that must match the account's fakehost", + " KARMA - Only match accounts with karma like this (=nnn or >nnn)", " ACCESS - An $O access constraint (=nnn or >nnn)", "$uSee Also:$u search, search action" );