fixed helpfile
authorNurPech <nurpech@nurpech.de>
Mon, 20 May 2013 14:33:32 +0000 (16:33 +0200)
committerNurPech <nurpech@nurpech.de>
Mon, 20 May 2013 14:33:32 +0000 (16:33 +0200)
src/spamserv.help

index eb8e0e8df8bd2589a2061477ea384e919e5f49f9..63676f4d3a791dc871d5fe50f08d80fd4879c43c 100644 (file)
@@ -6,6 +6,10 @@
         "  SET           Changes various channel settings.",
         "  STATUS        Shows general information about $X.",
         "  VERSION       Prints the srvx and $X version information.",
+        "  ADDBAD        Adds a new badword with the given mask to the badwordlist of the specified channel.",
+        "  DELBAD        Deletes the given badword from the badwordlist of the specified channel.",
+        "  SETBAD        This command will set various badword options.",
+        "  LISTBAD       Causes $X to send you the badwordlist of the specified channel.",
         "$bStaff Commands:$b",
         "  REGISTER      Registers a new channel.",
         "  UNREGISTER    Removes $X from a registered channel.");
 "SETBAD" ("/msg $X SETBAD <#channel> <badwordid> [<parameter> [setting]]",
         "This command will set various badword options. With no parameters, it will show the current values of all settings of the given badword.",
         "Only channel owners and coowners may change settings.",
-        "MASK:      Mask of the badword",
+        "MASK:      Mask of the given badword.",
         "ACTION:    What happens when someone used the given badword.",
         "$uSee Also:$u setbad action");
 "SETBAD ACTION" ("/msg $X SETBAD <#channel> <badwordid> ACTION <KICK|BAN|KILL|GLINE>",
-        "What happens when someone used the given badword");
\ No newline at end of file
+        "What happens when someone used the given badword.");
\ No newline at end of file