File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 111
111
}
112
112
113
113
.message {
114
+ white-space : pre-wrap ;
114
115
a {
115
116
overflow-wrap : break-word ;
116
117
word-wrap : break-word ;
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ const nick_col_override = {
20
20
oetiker : 'ooce' ,
21
21
mattfidd : 'ooce' ,
22
22
fenix : 'bot' ,
23
+ 'fenix`' : 'bot' ,
23
24
mrscowley : 'bot' ,
24
25
gitomat : 'bot' ,
25
26
jinni : 'bot' ,
@@ -30,7 +31,7 @@ const u_hchar = '[/\\-;:&=~\\.\\+\\$,\\w]';
30
31
const u_proto = `(?:https?|ftp)` ;
31
32
const u_auth = `(?:${ u_char } +@)` ;
32
33
const u_host = `(?:(?:[-a-z0-9]+\\.?)+)` ;
33
- const u_path = `(?:(?:\\/${ u_char } + )+\/?)` ;
34
+ const u_path = `(?:(?:\\/${ u_char } * )+\/?)` ;
34
35
const u_query = `(?:\\?${ u_char } +)` ;
35
36
const u_hash = `(?:#${ u_hchar } +)` ;
36
37
const url_regex = new RegExp (
You can’t perform that action at this time.
0 commit comments