X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ca22ccd3f182f70114edfc68ff8c9bb86b3e32c7..7153d2c7997af1cda0f4c7e4203b45a57df2956b:/src/chanserv.help?ds=sidebyside diff --git a/src/chanserv.help b/src/chanserv.help index efb9d33..302d1fb 100644 --- a/src/chanserv.help +++ b/src/chanserv.help @@ -95,6 +95,7 @@ " $bEVENTS$b View a list of events relevant to a channel." ); "INFORMATION" ("$bInformative Commands:$b", + " $bMYACCESS$b Show all the channels you have access to.", " $bVERSION$b Check the current running version of $C.", " $bNETINFO$b Check current network-wide information.", " $bSTAFF$b Get a list of all the current staff.", @@ -221,8 +222,11 @@ "For example: CALC sqrt [5 + .43 * (tan[75])] / 2", "If you do not have access in the channel, the answer may be reported", "to you privately (via MSG or NOTICE) instead of in the channel.", - "CALC can be used by all users.", "$uSee Also:$u dice, 8ball"); +"8BALL" ("/msg $C 8BALL [yes no question|what color is..|how many..|where is..]?", + "8BALL answers yes or no questions, color queistions, numerical questions, and location questions.", + "If you do not have access in the channel, the answer may be reported to you privately instead of in the channel.", + "$uSee Also:$u dice, calc"); "CLIST" ("/msg $C CLIST <#channel> [mask]", "This command lists all users of level $bCoowner$b on a channel's userlist. If a mask is supplied, only coowners matching the mask will be shown.", "$uSee Also:$u addcoowner, delcoowner, mdelcoowner, users"); @@ -444,14 +448,13 @@ "PUBCMD: Restrictions to use commands in public.", "INVITEME: Minimum level for users to use INVITEME or AUTOINVITE.", "USERINFO: Minimum level for users to show an infoline on join.", - "ENFOPS: Restrictions for opping users.", - "ENFHALFOPS: Restrictions for halfopping users.", - "ENFMODES: Restrictions to change the default modes.", - "ENFTOPIC: Restrictions on changing the topic.", + "ENFOPS: Who can op users.", + "ENFHALFOPS: Who can half-op users.", + "ENFMODES: Who can change the channel modes.", + "ENFTOPIC: Who can chang the topic.", "TOPICSNARF: Manual topics changes (by /TOPIC) from users this level and above will change the default $b$C$b topic.", "SETTERS: Who may change channel settings (using $bSET$b).", - "CTCPUSERS: Who is allowed to send CTCPs to the channel.", - "CTCPREACTION: What happens when a disallowed CTCP is sent to the channel.", + "CTCPREACTION: What happens when a CTCP is sent to the channel.", "VOICE: Who should be auto-voiced in the channel.", "PROTECT: The protection level $b$C$b provides.", "TOYS: Toggles how $b$C$b will respond to toy commands (!8ball etc).", @@ -525,16 +528,13 @@ "$b3$b Refresh every 12 hours.", "$b4$b Refresh every 24 hours.", "$uSee Also:$u set, set topic"); -"SET CTCPUSERS" ("/msg $C SET <#channel> CTCPUSERS ", - "This setting controls who is allowed to send CTCPs to the channel. CTCP ACTION, the way that /me is implemented, are always allowed. For any other CTCP, the user must have this access level. 501 indicates no users may use CTCPs in the channel.", - "If a user below the specified level sends a CTCP (besides ACTION) to the channel, the enforcement is specified by the $bCTCPReaction$b setting.", - "$uSee Also:$u set, set ctcpreaction"); "SET CTCPREACTION" ("/msg $C SET <#channel> CTCPREACTION ", "This setting controls what happens to those who send disallowed CTCPs to the channel:", - "$b0$b Kick on disallowed CTCPs.", - "$b1$b Kickban on disallowed CTCPs.", - "$b2$b Short timed ban (defaults to 3 minutes) on disallowed CTCPs.", - "$b3$b Long timed ban (defaults to 1 hour) on disallowed CTCPs.", + "$b0$b CTCPs are allowed. Do nothing.", + "$b1$b Kick on disallowed CTCPs.", + "$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"); "SET DEFAULTS" ("/msg $C SET <#channel> DEFAULTS []", "With the proper confirmation string, resets all the options for the channel to their default values.",