diff options
| author | 2025-12-07 20:55:20 +0000 | |
|---|---|---|
| committer | 2025-12-07 20:55:20 +0000 | |
| commit | 79c01cb2a2615fbcb2a568d5a49c6d470459cf45 (patch) | |
| tree | be0f4c84145b8902abec690e5885831a061407f3 /modules/dnsbl.cpp | |
| parent | Avoid using deprecated functions in ssl_openssl. (diff) | |
| parent | Release v4.9.0. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/dnsbl.cpp')
| -rw-r--r-- | modules/dnsbl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dnsbl.cpp b/modules/dnsbl.cpp index 83a82a38a..6071a17f4 100644 --- a/modules/dnsbl.cpp +++ b/modules/dnsbl.cpp @@ -428,7 +428,7 @@ public: , data(sd) { access_needed = CmdAccess::OPERATOR; - syntax = { "[<nick> [<reason>]]" }; + syntax = { "<nick> [<reason>]" }; translation = { TR_NICK, TR_TEXT }; } |
