relaymsg: RELAYMSG + draft/relaymsg cap for bridge-style spoofed-nick channel messages
This commit is contained in:
parent
71d6e7441b
commit
0d5717c585
5 changed files with 112 additions and 0 deletions
|
|
@ -120,6 +120,12 @@ amu_target = both
|
|||
# --- chanlog (m_chanlog): mirror the oper server-notice stream into a channel so
|
||||
# staff can watch it in a normal window. Set the channel (create/keep it opped):
|
||||
# chanlog = #snotices
|
||||
# --- relaymsg (m_relaymsg / draft/relaymsg): a member whose client negotiated the
|
||||
# capability can /RELAYMSG <#chan> <nick> <text> to speak under a spoofed relay
|
||||
# nick (for bridges). The nick must contain a separator and not collide.
|
||||
# relaymsg_separators = /
|
||||
# relaymsg_ident = relay
|
||||
# relaymsg_host = relay.example.com # default: the server name
|
||||
# --- helpmode (m_helpmode): no config — adds oper-settable user mode +h (helpop),
|
||||
# which shows "is available for help" in the user's WHOIS.
|
||||
# --- globops (m_globops): no config — adds the oper command /GLOBOPS <message>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue