diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-22 16:16:32 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-22 16:29:22 +0100 |
commit | f1751dcb213b953ff362eda3276e210258a7cdb2 (patch) | |
tree | fab818dd75eaafee74d0b80e9d3da3e28aa0244c /data/botserv.example.conf | |
parent | 8b026135492c13ae030b27cb6ec6c5b09131c0bd (diff) |
Replace usestrictprivmsg with something actually useful.
Every IRC server we support (other than Bahamut which is probably
on the chopping bock) uses UIDs so this setting does nothing.
Instead, allow configuring a server-side alias for each service
and use that when servicealias is enabled.
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 2357c1e93..8e7346bd1 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -59,6 +59,17 @@ service * Prefixes may be given to the channels in the form of mode characters or prefix symbols. */ #channels = "@#services,#mychan" + + /* + * The server alias that can be used to securely message this service. If + * your IRC server does not have an alias for this service you can set this + * to an empty string to tell users to use /msg instead. + * + * This setting is ignored when options:servicealias is disabled. + * + * Defaults to the nick of the service if not set. + */ + #alias = "BS" } /* |