diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2013-07-08 05:04:04 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2013-07-08 05:04:04 +0200 |
commit | e957c7b2d27d8abb89143ee43675a72a3017226e (patch) | |
tree | aa4446e9160dbd2d77cb240554377bdb242fedc4 | |
parent | 9a4f27e0a3649c5fe37e1704f7f90cc87e4d02f7 (diff) |
m_dnsbl: updated the url to DroneBL in modules.example.conf
-rw-r--r-- | data/modules.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index e6aa44ab5..2c01245a4 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -131,7 +131,7 @@ module { name = "help" } { name = "dnsbl.dronebl.org" time = 4h - reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup_branded.do?ip=%i&network=%N" + reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup_branded?ip=%i&network=%N" } } |