X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/3a6b01d55c953c0d3a85fd587a23866ea9a12e4d..ff5f1ab219f7f2daf7ceee8e9186219b24c0dc0d:/src/chanserv.help diff --git a/src/chanserv.help b/src/chanserv.help index 31efd0d..d9b51bb 100644 --- a/src/chanserv.help +++ b/src/chanserv.help @@ -91,7 +91,7 @@ " $bUNBANALL$b Remove all bans from a channel.", " $bINVITE$b Admit a user to pass through +ib modes in your channel.", "$b$b", - " $bINFO$b Show numerical information about the users in a channel.", + " $bINFO$b Show information about a channel.", " $bEVENTS$b View a list of events relevant to a channel." ); "INFORMATION" ("$bInformative Commands:$b", @@ -102,7 +102,19 @@ " $bIRCOPS$b Get a list of all the current IRC operators.", " $bHELPERS$b Get a list of all the current support helpers.", " $bPEEK$b Reveal information on a channel's modes, topic and ops.", - " $bCOMMAND$b Display some information about a command." + " $bCOMMAND$b Display some information about a command.", + " $bINFO$b Gets channel information about a channel.", + " $bEVENTS$b View a list of events relevant to a channel.", + " $b$b ", + " $bUSERS$b Show the channels userlist.", + " $bCLIST$b Show all COOWNERs of a channel.", + " $bMLIST$b Show all MANAGERs of a channel.", + " $bOLIST$b Show all OPs of a channel.", + " $bHLIST$b Show all HALFOPs of a channel.", + " $bPLIST$b Show all PEONs of a channel.", + " $bLAMERS$b Show all LAMERs of a channel.", + " $bACCESS$b Check someone's access level in a channel.", + " $bMYACCESS$b Show all channels where you have access.", ); "OPER" ("$bHelper/IRC Operator commands:$b", " $bGOD$b Turn security override on/off.", @@ -145,7 +157,7 @@ " in a channel which $C is in. These two ", " ways are demonstrated below:", " $b/MSG $C OP #chatzone Locke$b", - " $b,OP #chatzone locke$b", + " $b.OP #chatzone locke$b", "$b$b", " If a command is given in a channel, and ", " the channel parameter is not given, the ", @@ -182,6 +194,7 @@ " o AutoOp is active.", " v AutoVoice is active.", " i AutoInvite is active.", + " j AutoJoin is active.", "$uSee Also:$u access, users"); "ACCESS" ("/msg $S ACCESS <#channel> []", "Reports various pieces of information about a channel user, including channel and network access level, and the user's info line. If no nick or account is provided, $S returns your own information.", @@ -468,7 +481,7 @@ "USERGREETING: A greeting message for users on the channel's userlist.", "MODES: The channel's default modes.", "PUBCMD: Restrictions to use commands in public.", - "INVITEME: Minimum level for users to use INVITEME or AUTOINVITE.", + "INVITEME: Minimum level for users to use INVITEME, AUTOINVITE or AUTOJOIN.", "USERINFO: Minimum level for users to show an infoline on join.", "ENFOPS: Who can op users.", "ENFHALFOPS: Who can half-op users.", @@ -483,12 +496,11 @@ "TOYS: Toggles how $b$C$b will respond to toy commands (!8ball etc).", "TOPICREFRESH: Controls if (and how often) $b$C$b will reset the topic.", "RESYNC: Controls if (and how often) $b$C$b will reset the userlist.", - "BANTYPE: Indicated what type of ban $C will set will case of a ban command.", "DYNLIMIT: Adjusts user limit (+l channel mode) to prevent join floods.", "$bIRCOP ONLY$b:", "NODELETE: Prevents channel deletion.", "If you wish to reset your channel to the default settings, you can use the $bSET DEFAULTS$b command.", - "$uSee Also:$u set pubcmd, set enfops, set enfhalfops, set enfmodes, set enftopic, set protect, set toys, set setters, set topicrefresh, set resync, set bantype, set ctcpreaction, set defaults"); + "$uSee Also:$u set pubcmd, set enfops, set enfhalfops, set enfmodes, set enftopic, set protect, set toys, set setters, set topicrefresh, set resync, set ctcpreaction, set defaults"); "SET DEFAULTTOPIC" ("/msg $C SET <#channel> DEFAULTTOPIC ", "This changes the default topic for the channel. $C will set the IRC topic to this value when the $btopic$b command is used with no arguments, when the topic refresh happens (if you have $bset topicrefresh$b), or when an unauthorized user changes the topic to something else.", @@ -585,18 +597,6 @@ "$b4$b Refresh every 24 hours.", "$uSee Also:$u set"); -"SET BANTYPE" ("/msg $C SET <#channel> BANTYPE ", - "This settings control what banmask $C sets upon a ban command. Valid settings are:", - "$b0$b *!user@host", - "$b1$b *!*user@host", - "$b2$b *!*@host", - "$b3$b *!*user@*.host", - "$b4$b *!*@*.host", - "$b5$b nick!user@host", - "$b6$b nick!*@host", - "$b7$b nick!*user@*.host", - "$b8$b nick!*@*.host"); - "SET CTCPREACTION" ("/msg $C SET <#channel> CTCPREACTION ", "This setting controls what happens to those who send disallowed CTCPs to the channel:", "$b0$b CTCPs are allowed. Do nothing.", @@ -671,6 +671,7 @@ "INFO: Sets the infoline that $C sends when you join the channel.", "AUTOOP: Enable or disable $C automatically opping you upon joining or authenticating.", "AUTOINVITE: $C will invite you to this channel if you have access to and are not in when you authenticate if this setting is on.", + "AUTOJOIN: $C will forcibly join you into this channel if you have access to and are not in it when you authenticate if this setting is on.", "$uSee Also:$u set"); "USET INFO" ("/msg $C USET <#channel> INFO ", "This command will set a user defined information message to be displayed when you join the channel. Set to '*' to clear the message.",