diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-11-29 16:40:33 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-11-29 16:40:33 +0100 |
commit | fc7bd73cf5e7f609d497e2166657f77a0bac7d41 (patch) | |
tree | e4dc7b22b75e67c0762d61afe352b5860a1aa2e7 /docs/conf/helpop.conf.example | |
parent | 293c9c66b7b2b9467c487a44370b24f652454216 (diff) |
Fix a couple of helpop issues
Fixes issue #949 reported by @webczat
Diffstat (limited to 'docs/conf/helpop.conf.example')
-rw-r--r-- | docs/conf/helpop.conf.example | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 87e4d4274..5b92faeda 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -50,7 +50,7 @@ OPER"> ------------- OPERMOTD CHECK CLONES USERIP TLINE -ALLTIME WALLOPS GLOBOPS +ALLTIME WALLOPS GLOBOPS MODENOTICE SETHOST SETIDENT CHGHOST CHGIDENT CHGNAME SETIDLE SWHOIS @@ -183,6 +183,10 @@ LOCKSERV UNLOCKSERV"> specified rate (requires nickflood module). G Censors messages to the channel based on the network configuration (requires censor module). + H <num>:<duration> Displays the last <num> lines of chat to joining + users. <duration> is the maximum time to keep + lines in the history buffer (requires chanhistory + module). J <seconds> Prevents rejoin after kick for the specified number of seconds. This prevents auto-rejoin (requires kicknorejoin module). @@ -192,7 +196,7 @@ LOCKSERV UNLOCKSERV"> module). M Blocks unregistered users from speaking (requires services account module). - N Prevents users on the channel from chainging nick + N Prevents users on the channel from changing nick (requires nonicks module). O Channel is IRCops only (can only be set by IRCops, requires operchans module). |