From 40a9a37aae08e85eae5d9a5af6c1c1f99775af32 Mon Sep 17 00:00:00 2001 From: NurPech Date: Mon, 20 May 2013 16:33:32 +0200 Subject: [PATCH] fixed helpfile --- src/spamserv.help | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.20.1