From 0365ace5c6cf7d8d6aadb9951ad48469a6c3817d Mon Sep 17 00:00:00 2001 From: NurPech Date: Mon, 20 May 2013 16:22:06 +0200 Subject: [PATCH] updated helpfile --- src/spamserv.help | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/src/spamserv.help b/src/spamserv.help index 23ee5ce..eb8e0e8 100644 --- a/src/spamserv.help +++ b/src/spamserv.help @@ -11,14 +11,14 @@ " UNREGISTER Removes $X from a registered channel."); "ADDEXCEPTION" ("/msg $X ADDEXCEPTION [word]", "Without an argument, it will show all existing exceptions.", - "With an argument, it will add the given word to the exception list.", - "$X checks, if one of the words in the sentence of a user is in the exception list; if so, $X will not punish the user, doesn't matter, if it's a bad advertisement.", - "This means, you have to make sure, all exceptions are adequate.", - "$bFirst example$b: You added the word \"gamesurge.net\" to the exception list and someone posts \"www.gamesurge.net/aup\", he won't get punished.", - "$bSecond example$b: You added the word \"support\" to the list and someone tells another person to join #support, he won't get punished.", - "$bThird example$b: You added \"GameSurge\" to the list and someone posts \"JOIN #channelxyz on GameSurge\", he will NOT get punished, because the word \"GameSurge\" is in the sentence.", - "If he would say \"JOIN #channelxyz\", $X would punish him.", - "$uSee Also:$u delexception"); + "With an argument, it will add the given word to the exception list.", + "$X checks, if one of the words in the sentence of a user is in the exception list; if so, $X will not punish the user, doesn't matter, if it's a bad advertisement.", + "This means, you have to make sure, all exceptions are adequate.", + "$bFirst example$b: You added the word \"gamesurge.net\" to the exception list and someone posts \"www.gamesurge.net/aup\", he won't get punished.", + "$bSecond example$b: You added the word \"support\" to the list and someone tells another person to join #support, he won't get punished.", + "$bThird example$b: You added \"GameSurge\" to the list and someone posts \"JOIN #channelxyz on GameSurge\", he will NOT get punished, because the word \"GameSurge\" is in the sentence.", + "If he would say \"JOIN #channelxyz\", $X would punish him.", + "$uSee Also:$u delexception"); "DELEXCEPTION" ("/msg $X DELEXCEPTION", "Without an argument, it will show all existing exceptions.", "With an argument, it will delete the given word from the exception list.", @@ -88,4 +88,18 @@ "If you are not network staff, you must add $bCONFIRM$b to the end of your line to confirm unregistration.", "$bSee Also:$b register"); "VERSION" ("/msg $X VERSION", - "$bVERSION$b causes $X to send you the srvx version and some additional version information about $X."); \ No newline at end of file + "$bVERSION$b causes $X to send you the srvx version and some additional version information about $X."); +"LISTBAD" ("/msg $X <#channel> LISTBAD", + "$bLIST$b causes $X to send you the badwordlist of the specified channel"); +"ADDBAD" ("/msg $X <#channel> ADDBAD ", + "$bADDBAD$b adds a new badword with the given mask to the badwordlist of the specified channel"); +"DELBAD" ("/msg $X <#channel> DELBAD ", + "$bDELBAD$b deletes the given badword from the badwordlist of the specified channel"); +"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", + "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 -- 2.20.1