diff options
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -438,7 +438,7 @@ int main(void) { Gfx gfx = { 0 }; regcomp(&re_mention, cstr_fmt(&temp_arena, - "([ \t\n]+|^)[@~]?%s([: \t\n]|$)", getlogin()), + "([ \t\n]+|^)[@~]?%s([:;,.!? \t\n]|$)", getlogin()), REG_EXTENDED | REG_ICASE | REG_NOSUB); init_curses(); |