]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/chanserv.help
global message function that will deal with multi languages. Made use of it with...
[irc/evilnet/x3.git] / src / chanserv.help
index 2ebf7f1addc44b290641158f6a99ef5277e2bf3e..80fff3f53d678f672219640cea4c85b9b510dc04 100644 (file)
        "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 <New default topic>",
         "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.",
         "$b4$b  Refresh every 24 hours.",
         "$uSee Also:$u set");
 
-"SET BANTYPE" ("/msg $C SET <#channel> BANTYPE <value>",
-        "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 <value>",
         "This setting controls what happens to those who send disallowed CTCPs to the channel:",
         "$b0$b  CTCPs are allowed. Do nothing.",
         "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"
+        "$uSee Also:$u set usergreeting");
 
 "SET USERGREETING" ("/msg $C SET <#channel> USERGREETING <message>",
         "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"
+        "$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.",