]> jfr.im git - irc/evilnet/x3.git/commitdiff
Fix for a minor documentation error where $S was used instead of $N
authorjobe1986 <redacted>
Fri, 5 Feb 2010 09:05:09 +0000 (09:05 +0000)
committerjobe1986 <redacted>
Fri, 5 Feb 2010 09:05:09 +0000 (09:05 +0000)
ChangeLog
src/nickserv.help

index 0a4111d8ef0405c3194dabf147ba9623c737e1dc..917fc2fd9451ff70db549ec4112eb0b419aa45b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 /***********************************************************************
 X3 ChangeLog
 
+2010-02-05  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.help: Fix for a minor documentation error where $S
+       was used instead of $N.
+
 2010-01-14  Matthew Beeching  <jobe@mdbnet.co.uk>
 
        * src/nickserv.c: Added support for LDAP auth registering initial
index 6872a132be57f6e47b072ce55ea1a213dfca05a8..e4d2cee0077afe1e511589c91b08f25c75fa693d 100644 (file)
         "$uSee Also:$u accountinfo, nickinfo, userinfo"
         );
 };
-"SET LANGUAGE" ("/msg $S SET LANGUAGE <langname>",
+"SET LANGUAGE" ("/msg $N SET LANGUAGE <langname>",
         "Sets the language that $S and other services will use when sending you messages.",
         "If a particular message is not available in your language, it will use the closest match it has.",
         "Supported languages are: ${modcmd:languages}",
         "$uSee Also:$u set");
-"SET STYLE" ("/msg $S SET STYLE <style>",
+"SET STYLE" ("/msg $N SET STYLE <style>",
         "Sets the output style that $S and other services will use when sending you messages.",
         "The style can be:.",
         "   Normal    - userlist has ----- seprators and does not show numeric levels.",