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/global.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/global.example.conf')
-rw-r--r-- | data/global.example.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/global.example.conf b/data/global.example.conf index 5b99f0178..15b6347e6 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -49,6 +49,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 = "GL" } /* |