diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-14 11:31:19 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-14 11:31:19 +0100 |
commit | d04a312d0d1edd1223b55ed89b7fb707ceca3117 (patch) | |
tree | 39b0c165b17d5ff4571423b2bc279b34546c3b72 /data/chanserv.example.conf | |
parent | 099f0ce43a7e34e4a6e74d91aa911c745c262ba8 (diff) |
Add Anope::Templace and switch all template strings to use it.
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index b6b4c8938..218e42a1f 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -163,10 +163,10 @@ module /* * The message formatting to use for signed kick messages. - * %n is the nick of the kicker - * %m is the message specified + * {nick} is the nick of the kicker + * {message} is the message specified */ - signkickformat = "%m (%n)" + signkickformat = "{message} ({nick})" /* * If set, prevents channel access entries from containing hostmasks. |