OPERMOTD, self-service VHOST, and command aliases (config-driven)
This commit is contained in:
parent
6be8e5ebcb
commit
f4c01e1bf8
6 changed files with 138 additions and 0 deletions
|
|
@ -70,3 +70,13 @@ amu_target = both
|
|||
|
||||
# +G censor words: `badword = <find> [replacement]` (omit replacement to block).
|
||||
# badword = examplebadword ***
|
||||
|
||||
# --- OPERMOTD: message shown to opers via /OPERMOTD (one line per entry) ---
|
||||
# opermotd = Welcome to the staff team.
|
||||
|
||||
# --- self-service vhosts: /VHOST <user> <pass> sets your displayed host ---
|
||||
# vhost = alice s3cret alice.staff.example
|
||||
|
||||
# --- command aliases: /NS ... -> PRIVMSG <target> :... (services shortcuts) ---
|
||||
# alias = NS NickServ
|
||||
# alias = CS ChanServ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue