]> jfr.im git - irc/evilnet/x3.git/commitdiff
Fixed typo in help for TRACE CRITERIA
authorMatthew Beeching <redacted>
Fri, 13 Jan 2012 08:06:47 +0000 (08:06 +0000)
committerMatthew Beeching <redacted>
Fri, 13 Jan 2012 08:06:47 +0000 (08:06 +0000)
ChangeLog
src/opserv.help

index 16148da774d5fbf1efec0d387d0da9f0524d08b5..99067f8133a4d2ee93b2b8a4a8f61c84217068d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 /***********************************************************************
 X3 ChangeLog
 
+2012-01-13  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/opserv.help: Fixed typo in help for TRACE CRITERIA.
+
 2011-11-16  Matthew Beeching  <jobe@mdbnet.co.uk>
 
        * src/nickserv.c: Added a new line to NickServ.accountinfo to show
index 818169f44ba4e06a03e8d682f0db36a0639c0c86..994945645b2694ea216aff12662e68af3dcd5cba 100644 (file)
         "$bMARKED$b mark              If they have a dnsbl mark matching mark. (e.g. from an X line or alert)",
         "$bCHANTARGET$b #channel      For use with SVSJOIN action, this specifies the channel they are svsjoined to.",
         "$bCHECKRESTRICTIONS$b yes/no For use with SVSJOIN action, this specifies to check channel modes like bans, invite, limits, and key before the SVSJOIN is issued.",
-        "$bMARK$b mark                For use with the MARK action, this is what thety are marked with.",
+        "$bMARK$b mark                For use with the MARK action, this is what they are marked with.",
         "Additionally, the $bCHANNEL$b target may be prefixed with @ to select channel operators, + to select voiced users (will not select chanops unless @ is also used), or - to select non-voiced non-chanop users.  For example, CHANNEL #foo will select all users in #foo; CHANNEL +#foo will select only users voiced in #foo; CHANNEL @+#foo will select ops and voiced users in #foo; etc.",
         "When searching on the criteria of nick, ident, or info, the search string can be another of the three, prefixed with a & character, to indicate that the match should compare each user's individual data.  For example, $binfo &nick$b would search for all users whose info matches their nick.  To search for that phrase explicitly, prefix the & with a backslash; e.g.: $binfo \&ident$b.",
         "$uSee Also:$u trace action, trace"