From: rubinlinux Date: Fri, 12 Aug 2005 16:41:20 +0000 (+0000) Subject: Some tweaks to automode help X-Git-Tag: 1.9~624 X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/commitdiff_plain/639bdb1d287235b147d36acb79a0b608e5fca0af Some tweaks to automode help --- diff --git a/ChangeLog.X3 b/ChangeLog.X3 index e5d5136..8e91a46 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -4,12 +4,12 @@ 2005-08-12 Alex Schumann * 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 diff --git a/src/chanserv.c b/src/chanserv.c index a44f19f..148c092 100644 --- a/src/chanserv.c +++ b/src/chanserv.c @@ -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." }, diff --git a/src/chanserv.help b/src/chanserv.help index a2fa655..ff757d0 100644 --- a/src/chanserv.help +++ b/src/chanserv.help @@ -511,11 +511,12 @@ "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 ", "This setting restricts the protection that $C enforces. Valid settings are:",