diff --git a/ChangeLog b/ChangeLog index 9d998d5..7a69c75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Black List Scanning Bot Module for NeoStats Changelog. Fish (F) & Mark (M) & DeadNotBuried (D) ============================================================================== 3.0.b1-dev + - correct ADD help to include akill reason - remove Blitzed_OPM as it has closed (D) - Fix memory leak after black list lookup (D) - Fix the lookup crash when user had signed off and left a dangling pointer (D) diff --git a/blsb_help.c b/blsb_help.c index 283f1b4..403b081 100644 --- a/blsb_help.c +++ b/blsb_help.c @@ -43,7 +43,7 @@ const char *blsb_help_check[] = { const char *blsb_help_add[] = { "Add to the blacklist domains", - "Syntax: \2ADD [NOBAN]\2", + "Syntax: \2ADD \2", "", "Add a domain to the blacklist lookup list", " 1 for TXT record lookups", @@ -51,6 +51,7 @@ const char *blsb_help_add[] = { " domain for lookups, e.g. opm.blitzed.org", " name to assign to this entry, e.g. Blitzed OPM", "[NOBAN] does not ban if found, only inform the services channel", + " may include %s which substitutes the ip address", NULL };