diff options
| author | 2025-11-26 12:54:37 +0000 | |
|---|---|---|
| committer | 2025-11-26 12:54:37 +0000 | |
| commit | 185eacf78c72d2505b93cbd236e189097cc7dd24 (patch) | |
| tree | 990bc5c0a85ce8442c70e76975d42549bf853ef2 | |
| parent | Restore genssl as it is useful for server certs. (diff) | |
Fix the syntax of the DNSBL command.
| -rw-r--r-- | src/modules/m_dnsbl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dnsbl.cpp b/src/modules/m_dnsbl.cpp index c54f8b591..85a91d7d3 100644 --- a/src/modules/m_dnsbl.cpp +++ b/src/modules/m_dnsbl.cpp @@ -483,7 +483,7 @@ public: , data(sd) { access_needed = CmdAccess::OPERATOR; - syntax = { "[<nick> [<reason>]]" }; + syntax = { "<nick> [<reason>]" }; translation = { TR_NICK, TR_TEXT }; } |
