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:
parent
6f2094c146
commit
20e88b0dd6
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
(progn
|
||||
(string-match
|
||||
(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
|
||||
" — Quassel IRC")
|
||||
title)
|
||||
|
|
Loading…
Reference in a new issue