fix ADD help
This commit is contained in:
parent
7bd24d9d0d
commit
edb7f2c7e2
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@ Black List Scanning Bot Module for NeoStats Changelog.
|
||||||
Fish (F) & Mark (M) & DeadNotBuried (D)
|
Fish (F) & Mark (M) & DeadNotBuried (D)
|
||||||
==============================================================================
|
==============================================================================
|
||||||
3.0.b1-dev
|
3.0.b1-dev
|
||||||
|
- correct ADD help to include akill reason
|
||||||
- remove Blitzed_OPM as it has closed (D)
|
- remove Blitzed_OPM as it has closed (D)
|
||||||
- Fix memory leak after black list lookup (D)
|
- Fix memory leak after black list lookup (D)
|
||||||
- Fix the lookup crash when user had signed off and left a dangling pointer (D)
|
- Fix the lookup crash when user had signed off and left a dangling pointer (D)
|
||||||
|
|
|
@ -43,7 +43,7 @@ const char *blsb_help_check[] = {
|
||||||
|
|
||||||
const char *blsb_help_add[] = {
|
const char *blsb_help_add[] = {
|
||||||
"Add to the blacklist domains",
|
"Add to the blacklist domains",
|
||||||
"Syntax: \2ADD <domain> <type> <name> [NOBAN]\2",
|
"Syntax: \2ADD <domain> <type> <name> <NOBAN|akill reason>\2",
|
||||||
"",
|
"",
|
||||||
"Add a domain to the blacklist lookup list",
|
"Add a domain to the blacklist lookup list",
|
||||||
"<type> 1 for TXT record lookups",
|
"<type> 1 for TXT record lookups",
|
||||||
|
@ -51,6 +51,7 @@ const char *blsb_help_add[] = {
|
||||||
"<domain> domain for lookups, e.g. opm.blitzed.org",
|
"<domain> domain for lookups, e.g. opm.blitzed.org",
|
||||||
"<name> name to assign to this entry, e.g. Blitzed OPM",
|
"<name> name to assign to this entry, e.g. Blitzed OPM",
|
||||||
"[NOBAN] does not ban if found, only inform the services channel",
|
"[NOBAN] does not ban if found, only inform the services channel",
|
||||||
|
"<akill reason> may include %s which substitutes the ip address",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue