Commit 7d923ed
committed
Fix warning messages when loading typing_counter.py
2026-01-02 01:24:44 Plugins loaded: alias, buflist, charset, exec, fifo, fset, irc, logger, python, relay, script, spell, trigger, typing, xfer
2026-01-02 01:34:43 python: stdout/stderr (?): /home/blackbit/.weechat/python/autoload/typing_counter.py:118: SyntaxWarning: invalid escape sequence '\$'
2026-01-02 01:34:43 python: stdout/stderr (?): regex_color=re.compile('\$\{([^\{\}]+)\}')
2026-01-02 01:34:43 python: stdout/stderr (?): /home/blackbit/.weechat/python/autoload/typing_counter.py:121: SyntaxWarning: invalid escape sequence '\{'
2026-01-02 01:34:43 python: stdout/stderr (?): regex_optional_tags=re.compile('%\{[^\{\}]+\}')
2026-01-02 01:34:43 python scripts loaded: autosort, bitlbee_typing_notice, bufsave, postpone, prism, typing_counter1 parent adaae60 commit 7d923ed
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments