diff options
| author | 2026-02-16 14:50:24 +0000 | |
|---|---|---|
| committer | 2026-02-16 14:50:24 +0000 | |
| commit | 7c0820a2776f56420563f4e25edfc291e4048ffb (patch) | |
| tree | 2b18074807c1de104de6c279d31b10256cd54aa7 /docs/conf/help.example.conf | |
| parent | Add support for filtering message tags to the known keys. (diff) | |
Document the DNSBL command.
Closes #2190.
Diffstat (limited to 'docs/conf/help.example.conf')
| -rw-r--r-- | docs/conf/help.example.conf | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/docs/conf/help.example.conf b/docs/conf/help.example.conf index 847ea66bb..af8bf1891 100644 --- a/docs/conf/help.example.conf +++ b/docs/conf/help.example.conf @@ -465,14 +465,14 @@ Sets your real name to the specified real name. <helptopic key="coper" title="Oper Commands" value=" ALLTIME CBAN CHECK CHGHOST CHGIDENT CHGNAME CLEARCHAN CLOAK CONNECT DIE -ELINE FILTER GLINE GLOADMODULE GLOBOPS -GRELOADMODULE GUNLOADMODULE KILL KLINE LOADMODULE -NICKLOCK NICKUNLOCK OJOIN OPERMOTD QLINE -RCONNECT REHASH RELOADMODULE RESTART RLINE -RSQUIT SAJOIN SAKICK SAMODE SANICK -SAPART SAQUIT SATOPIC SETHOST SETIDENT -SETIDLE SHUN SQUIT SWHOIS TLINE -UNLOADMODULE WALLOPS ZLINE +DNSBL ELINE FILTER GLINE GLOADMODULE +GLOBOPS GRELOADMODULE GUNLOADMODULE KILL KLINE +LOADMODULE NICKLOCK NICKUNLOCK OJOIN OPERMOTD +QLINE RCONNECT REHASH RELOADMODULE RESTART +RLINE RSQUIT SAJOIN SAKICK SAMODE +SANICK SAPART SAQUIT SATOPIC SETHOST +SETIDENT SETIDLE SHUN SQUIT SWHOIS +TLINE UNLOADMODULE WALLOPS ZLINE "> <helptopic key="tline" title="/TLINE <mask>" value=" @@ -821,6 +821,12 @@ trying to get the cloak of a user from /WHOWAS and they were not using their cloak when they quit. "> +<helptopic key="dnsbl" title="/DNSBL <nick> [<reason>]" value=" +Rechecks whether the specified user is in a DNSBL. You can also specify +a reason which will be included in the message sent to other server +operators that have the DNSBL (d) snomask enabled. +"> + <helptopic key="umodes" title="User Modes" value=" c Blocks private messages and notices from users who do not share a common channel with you (requires the |
