From: NurPech Date: Mon, 20 May 2013 14:33:32 +0000 (+0200) Subject: fixed helpfile X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=40a9a37aae08e85eae5d9a5af6c1c1f99775af32 fixed helpfile --- diff --git a/src/spamserv.help b/src/spamserv.help index eb8e0e8..63676f4 100644 --- a/src/spamserv.help +++ b/src/spamserv.help @@ -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."); @@ -98,8 +102,8 @@ "SETBAD" ("/msg $X SETBAD <#channel> [ [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> ACTION ", - "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