]> jfr.im git - irc/evilnet/x3.git/commitdiff
Improved help files
authorrubinlinux <redacted>
Tue, 8 Nov 2005 16:14:30 +0000 (16:14 +0000)
committerrubinlinux <redacted>
Tue, 8 Nov 2005 16:14:30 +0000 (16:14 +0000)
ChangeLog.X3
src/chanserv.help
src/modcmd.help
src/nickserv.help

index 892a2817ebce0ab5767437d1d14068f0128f3762..167eb4b073683762130225bb71f271d167bd3604 100644 (file)
@@ -1,6 +1,14 @@
 /***********************************************************************
  X3 ChangeLog
 
+2005-11-08  Alex Schumann  <rubin@afternet.org>
+
+       * src/modcmd.help: Added note about escaping spaces to modcmd help.
+
+       * src/nickserv.help: Improved help files
+
+       * src/chanserv.help: Improved help files
+
 2005-10-13  Alex Schumann  <rubin@afternet.org>
 
        * src/proto-p10.c: ignore remote /lusers
index ec6d0251773092d48da113cd5c4426b8b5e30dac..d71f8b5c0f1e4d7a37261d4efaead2876d58a4f9 100644 (file)
             " in a channel which $C is in. These two ",
             " ways are demonstrated below:",
             "  $b/MSG $C OP #chatzone Locke$b",
-            "  $b.OP #chatzone locke$b",
+            "  $b,OP #chatzone locke$b",
             "$b$b",
             " If a command is given in a channel, and ",
             " the channel parameter is not given, the ",
             " channel that the command was issued in  ",
             " will be used:",
-            " $b.OP locke$b",
+            " $b,OP locke$b",
             "$b$b",
-            " Some commands, such as $bNETSTATS$b     ",
+            " Some commands, such as $bNETINFO$b     ",
             " don't require a channel. If one is      ",
             " supplied it will be ignored.",
             "$b$b",
             " See $b/msg $C HELP <COMMAND>$b for the  ",
             " exact syntax of each command.           ",
             "=---------- For more info see: ---------=",
-            "     http://www.afternet.org/support     "
+            "     http://www.afternet.org/support     ",
+            "     http://x2serv.sf.net/x3help.php     "
 );
 
 "LOGIN" (
         "This command adds someone to the channel user list with the specified access level.  (You may only add users to levels less than your own.)",
         "The level may be one of $bpeon$b, $bop$b, $bmanager$b, $bcoowner$b, $bowner$b, or a number between 1 and 500.  Only network staff may add level 500 users (owners).",
         "$uSee Also:$u deluser, users");
+
+"ADDPEON" ("/msg $C ADDPEON <#channel> <nick|*account>",
+        "This command adds someone to the channel user list with PEON access level. (You may only add users to levels less than your own.)",
+        "$uSee Also:$u adduser, deluser, users");
+
 "ADDOP" ("/msg $C ADDOP <#channel> <nick|*account>",
         "This command adds someone to the channel user list with OP access level. (You may only add users to levels less than your own.)",
         "$uSee Also:$u adduser, deluser, users");
+
 "ADDHOP" ("/msg $C ADDHOP <#channel> <nick|*account>",
         "This command adds someone to the channel user list with HALFOP access level. (You may only add users to levels less than your own.)",
         "$uSee Also:$u adduser, deluser, users");
+
+"ADDMANAGER" ("/msg $C ADDMANAGER <#channel> <nick|*account>",
+        "This command adds someone to the channel user list with MANAGER access level. (You may only add users to levels less than your own.)",
+        "$uSee Also:$u adduser, deluser, users");
+
+"ADDCOOWNER" ("/msg $C ADDCOOWNER <#channel> <nick|*account>",
+        "This command adds someone to the channel user list with COOWNER access level. (You may only add users to levels less than your own.)",
+        "$uSee Also:$u adduser, deluser, users");
+
 "ADDTIMEDLAMER" ("/msg $C ADDTIMEDLAMER <#channel> <mask|nick> <Duration> [Reason]",
         "Adds an automatically expiring lamer to the channel lamer list.",
         "This command behaves in the exact same fashion as $bADDLAMER$b with the exception that the lamers are automatically removed after the user-supplied duration. ",
         "$uSee Also:$u note, delnote");
 "OLIST" ("/msg $C OLIST <#channel> [mask]",
         "This command lists all users of level $bOp$b on a channel's userlist.  If a mask is supplied, only ops matching the mask will be shown.",
-        "$uSee Also:$u addop, delop, mdelop, users");
+        "$uSee Also:$u addop, deluser, mdelop, users");
 "OP" ("/msg $C OP <#channel> <nick> [nick]...",
         "This command makes $C op the specified user.",
-        "$uSee Also:$u addop, delop, deop");
+        "$uSee Also:$u addop, deluser, deop");
 "OPCHAN" ("/msg $C OPCHAN <#channel>",
         "This command makes $C op itself in the specified channel.");
 "OPEN" ("/msg $C OPEN <#channel>",
         "$bIRCOP ONLY$b:",
         "NODELETE:  Prevents channel deletion.",
         "If you wish to reset your channel to the default settings, you can use the $bSET DEFAULTS$b command.",
-        "$uSee Also:$u set pubcmd, set enfops, set enfhalfops, set enfmodes, set enftopic, set protect, set toys, set setters, set topicrefresh, set ctcpusers, set ctcpreaction, set defaults");
+        "$uSee Also:$u set pubcmd, set enfops, set enfhalfops, set enfmodes, set enftopic, set protect, set toys, set setters, set topicrefresh, set ctcpreaction, set defaults");
 
 "SET DEFAULTTOPIC" ("/msg $C SET <#channel> DEFAULTTOPIC <New default topic>",
         "This changes the default topic for the channel.  $C will set the IRC topic to this value when the $btopic$b command is used with no arguments, when the topic refresh happens (if you have $bset topicrefresh$b), or when an unauthorized user changes the topic to something else.",
         "$b2$b  Kickban on disallowed CTCPs.",
         "$b3$b  Short timed ban (defaults to 3 minutes) on disallowed CTCPs.",
         "$b4$b  Long timed ban (defaults to 1 hour) on disallowed CTCPs.",
-        "$uSee Also:$u set, set ctcpusers");
+        "$uSee Also:$u set");
 
 "SET DEFAULTS" ("/msg $C SET <#channel> DEFAULTS [<confirmation>]",
         "With the proper confirmation string, resets all the options for the channel to their default values.",
         "$uSee Also:$u addcoowner, delcoowner, mdelcoowner, users");
 
 "ME"   "I am at your service. /msg $C help command, or /join #help ";
+
 "thanks" ("AfterNET's own X3 is based on the hard work of the origional srvx developers.  They would like to thank the following people for their help in making the origional srvx:",
         "     $bGameSurge IRC Network$b - All the users and staff there bear with our shortcomings and bugs and let us know what needs to be fixed.",
         "     $bIC5 Networks$b (and JohnM in particular) - Never afraid to critique things, even if we are the 800 pound gorilla.",
index 5ee7a14e4c40af093f3355fa9b8228a717a23e16..2e9e60b8e61e73994bccbebe7278e1158f48a9bf 100644 (file)
@@ -66,7 +66,8 @@
         "$uSee Also:$u modcmd, bind");
 
 "modcmd" ("/msg $S MODCMD <command> [<option> <newval> ...]",
-        "Displays options for the specified command, or changes the options and values listed.  The command name may be prefixed with $bServiceNick.$b to specify another service's command (for example, $N.AUTH to refer to the auth command).",
+        "Displays and optionally changes options for the specified command.  The command name may be prefixed with $bServiceNick.$b to specify another service's command (for example, $N.AUTH to refer to the auth command).",
+        "Note: For multi-word commands, escape the space with a '\'. Example: trace\ gline",
         "Supported options are:",
         "  FLAGS          Comma-separated, +/- prefixed list of flags to add or remove.",
         "  CHANNEL_ACCESS Minimum ChanServ access.",
index 6e861c710949dd83dadb50773b46dbfca301b20d..ed25a92eead85964b25f9967d61ce926f4298a4e 100644 (file)
@@ -73,7 +73,6 @@
                 "  NICK        Nick management.",
                 "  EMAIL       Email maintenance commands.",
                "  INFORMATION Other functions.",
-                "  COMMANDS    A list of all available commands.",
                 "  OPER        $N commands for IRC Operators."
         );
         "!/services/nickserv/email_enabled" (
@@ -83,7 +82,6 @@
                "  ACCOUNT     Account management.",
                 "  NICK        Nick management.",
                "  INFORMATION Other functions.",
-                "  COMMANDS    A list of all available commands.",
                 "  OPER        $N commands for IRC Operators."
         );
         };