diff options
author | Robby- <robby@chat.be> | 2015-02-01 16:56:29 +0100 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-03-22 13:44:08 -0400 |
commit | 5df4ac9a98b11518af41a449bb6b89c3bf6290d9 (patch) | |
tree | 99b3f9795f859f52faf94baf9e63062eb90ec171 /data/chanserv.example.conf | |
parent | 4c54a3939f9e36f47cd912275f4dbfdb4e64f8d9 (diff) |
Make the signed kick/ban message format configurable.
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 0ad131482..3d0e96871 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -152,6 +152,13 @@ module reasonmax = 200 /* + * The message formatting to use for signed kick messages. + * %n is the nick of the kicker + * %m is the message specified + */ + signkickformat = "%m (%n)" + + /* * If set, prevents channel access entries from containing hostmasks. */ disallow_hostmask_access = false |