~singpolyma/cheogram-muc-bridge

3cfb36f654a45557b943657d69079c52ba3af47a — Stephen Paul Weber 2 years ago de90ca9
Better example pattern, the one for IRC
1 files changed, 1 insertions(+), 1 deletions(-)

M config.dhall.example
M config.dhall.example => config.dhall.example +1 -1
@@ 9,7 9,7 @@
	db = "db.sqlite3",
	mucs = [
		[
			{ jid = "first@muc", tag = "first", nickChars = Some "a-z", nickLength = Some 15 },
			{ jid = "first@muc", tag = "first", nickChars = Some "a-zA-Z0-9`|^_{}[]\\-", nickLength = Some 15 },
			{ jid = "second@muc", tag = "second", nickChars = None Text, nickLength = None Natural }
		]
	]