]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/nickserv.help
Added missing PRIV_* flags
[irc/evilnet/x3.git] / src / nickserv.help
index b8637a909edf3632090297ba2f14d225f465cac1..5201cdf8fe7e6f29e31bd7af85d14a1c39bad7ba 100644 (file)
           "$bFLAGS$b: Changes account flags (SphHdscfn) for user (see $uaccount flags$u).",
           "$bLEVEL$b: Sets $O access level.",
           "$bEPITHET$b: The description shown for the user's access in /whois.",
+          "$bNOTE$b: Adds a note to the user's account.",
           "$bTITLE$b: The title the user will get (in there hostname) when +x.",
           "$bFAKEHOST$b: The fake hostname the user will get when +x.",
           "..or anything $bset$b can change.",
         "  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, <=nnn, =nnn, >=nnn or >nnn)",
         "  ACCESS     - An $O access constraint (<nnn, <=nnn, =nnn, >=nnn or >nnn)",
         "$uSee Also:$u search, search action"
         );
         "Removes a hostmask from the specified account's ignore list.",
         "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).",
         "$uSee Also:$u oaddignore");
-
-"ADDNOTE" ("/msg $N ADDNOTE <nick|*account> <duration> <text>",
-       "Add a note to an account.",
-        "This command is only accessible to helpers and IRC operators.",
-        "$uSee Also:$u delnote");
-"DELNOTE" ("/msg $N DELNOTE <nick|*account> <noteid>",
-       "Removes a note from an account.",
-        "This command is only accessible to helpers and IRC operators.",
-        "$uSee Also:$u delnote");