fix(tazjin/emacs): Include -/& in Quassel channel names

Change-Id: Id21de577043fe0fea90ae684a311ac7239714cf8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1974
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2020-09-11 23:42:33 +01:00 committed by tazjin
parent 6f2094c146
commit 20e88b0dd6

View file

@ -96,7 +96,7 @@
(progn (progn
(string-match (string-match
(rx "Quassel IRC - " (rx "Quassel IRC - "
(group (one-or-more (any alnum "#"))) ;; <-- channel name (group (one-or-more (any alnum "&" "-" "#"))) ;; <-- channel name
" (" (group (one-or-more (any ascii space))) ")" ;; <-- network name " (" (group (one-or-more (any ascii space))) ")" ;; <-- network name
" — Quassel IRC") " — Quassel IRC")
title) title)