X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/2f61d1d75ac52f239e760ecea02332eedc4682bd..5f1600ab20e3f14e3330552b83976280c1049907:/src/chanserv.help diff --git a/src/chanserv.help b/src/chanserv.help index 3691790..80fff3f 100644 --- a/src/chanserv.help +++ b/src/chanserv.help @@ -482,11 +482,12 @@ "PROTECT: The protection level $b$C$b provides.", "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.", "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 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.", @@ -574,6 +575,15 @@ "$b4$b Refresh every 24 hours.", "$uSee Also:$u set, set topic"); +"SET RESYNC" ("/msg $C SET <#channel> RESYNC ", + "This setting controls if (and how often) $C refreshes the userlist to the current list. Valid settings are:", + "$b0$b Never refresh userlist.", + "$b1$b Refresh every 3 hours.", + "$b2$b Refresh every 6 hours.", + "$b3$b Refresh every 12 hours.", + "$b4$b Refresh every 24 hours.", + "$uSee Also:$u set"); + "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.", @@ -588,6 +598,18 @@ "With no confirmation string, displays the appropriate confirmation string.", "$uSee Also:$u set"); +"SET GREETING" ("/msg $C SET <#channel> GREETING ", + "Sets a message X3 will send to everyone who joins your channel, unless they are on your userlist.", + "This feature should be used sparingly, as many people find it annoying.", + "Another set command, SET USERGREETING, is shown to people who ARE on your userlist.", + "$uSee Also:$u set usergreeting"); + +"SET USERGREETING" ("/msg $C SET <#channel> USERGREETING ", + "Sets a message X3 will send to your users (PEONs, OPs, etc) when they join your channel.", + "This feature should be used sparingly, as many people find it annoying.", + "Another set command, SET GREETING, is shown to people who are NOT on your userlist.", + "$uSee Also:$u set greeting"); + "STAFF" ("/msg $C STAFF", "Lists all the IRC operators and helpers currently online. Nicknames enclosed in parentheses are away, and likely unavailable.", "$uSee Also:$u helpers, ircops, netinfo");