]> jfr.im git - irc/evilnet/x3.git/commitdiff
Some tweaks to automode help
authorrubinlinux <redacted>
Fri, 12 Aug 2005 16:41:20 +0000 (16:41 +0000)
committerrubinlinux <redacted>
Fri, 12 Aug 2005 16:41:20 +0000 (16:41 +0000)
ChangeLog.X3
src/chanserv.c
src/chanserv.help

index e5d5136c187e92cc6a8671e755eee556571edd1d..8e91a467d0c830220e1504af90988dc00aca48c0 100644 (file)
@@ -4,12 +4,12 @@
 2005-08-12  Alex Schumann  <rubin@afternet.org>
 
        * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
-       of 'voice' setting. 
+       of 'voice' setting.  + Rewording setting help
 
        * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
        of 'voice' setting.
 
-       * src/chanserv.help: Added help for automode.
+       * src/chanserv.help: Added help for automode. + Rewording setting help
 
 2005-08-11  Alex Schumann  <rubin@afternet.org>
 
index a44f19fe90c2794463ae3d7c3f0bcbf24cbabaa7..148c0920c783a382aa93a7ad0ec51f1704cdae2c 100644 (file)
@@ -303,10 +303,10 @@ static const struct message_entry msgtab[] = {
 
     { "CSMSG_AUTOMODE_NONE", "Noone will be automatically oped, half-oped, or voiced." },
     { "CSMSG_AUTOMODE_NORMAL", "Give voice to peons, half-op to halfops, and op to ops." },
-    { "CSMSG_AUTOMODE_VOICE", "Give voice to strangers." },
-    { "CSMSG_AUTOMODE_HOP", "Give halfops to strangers." },
-    { "CSMSG_AUTOMODE_OP", "Give ops to strangers (not advised)" },
-    { "CSMSG_AUTOMODE_MUTE", "Give half-op to halfops, and op to ops (no voice to peons)." },
+    { "CSMSG_AUTOMODE_VOICE", "#1 plus give voice to everyone." },
+    { "CSMSG_AUTOMODE_HOP", "#1 plus give halfops to everyone." },
+    { "CSMSG_AUTOMODE_OP", "#1 plus give ops to everyone (not advised)" },
+    { "CSMSG_AUTOMODE_MUTE", "Give half-op to halfops, and op to ops only." },
 
     { "CSMSG_PROTECT_ALL", "Non-users and users will be protected from those of equal or lower access." },
     { "CSMSG_PROTECT_EQUAL", "Users will be protected from those of equal or lower access." },
index a2fa655d1406055685d4c09af14317c27288ec49..ff757d053d0b32cca4b19c3f1f202697836f691b 100644 (file)
         "This setting configures who $C auto-voices.  Valid settings are:",
         "$b0$b  Noone will be automatically oped, half-oped, or voiced.",
         "$b1$b  Give voice to peons, half-op to halfops, and op to ops.",
-        "$b2$b  Give voice to strangers.",
-        "$b3$b  Give halfops to strangers.",
-        "$b4$b  Give ops to strangers (not advised.)",
-        "$b5$b  Give half-op to halfops, and op to ops (no voice to peons).",
-        "$uSee Also:$u set, uset autoop");
+        "$b2$b  #1 Plus Give voice to strangers.",
+        "$b3$b  #1 Plus give halfops to strangers.",
+        "$b4$b  #1 Plus give ops to strangers (not advised.)",
+        "$b5$b  Give half-op to halfops, and op to ops only, peons do not get voice. ",
+        "Option #5 also affects RESYNC and UP commands. Other options do not.",
+        "$uSee Also:$u set, uset autoop, up, resync");
 
 "SET PROTECT" ("/msg $C SET <#channel> PROTECT <value>",
         "This setting restricts the protection that $C enforces.  Valid settings are:",