Fix notification when using the Check Command - http://www.neostats.net/boards/viewtopic.php?t=2472&highlight=
This commit is contained in:
parent
995648b45c
commit
b72ec89bc1
1 changed files with 1 additions and 0 deletions
1
blsb.c
1
blsb.c
|
@ -197,6 +197,7 @@ static void dnsbl_callback(void *data, adns_answer *a)
|
|||
if (sc->banned == 0 && !sc->domain->noban) {
|
||||
sc->banned = 1;
|
||||
/* only ban/msg the user once */
|
||||
u = FindUser(sc->usernick);
|
||||
if( u )
|
||||
irc_prefmsg(blsb_bot, u, "Your Host is listed as a inscure host at %s: %s", sc->domain->name, show);
|
||||
if (blsb.doakill) {
|
||||
|
|
Reference in a new issue