mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 02:00:26 +00:00
6 lines
118 B
Plaintext
6 lines
118 B
Plaintext
|
text := import("text")
|
||
|
if text.re_match("blah",msgText) {
|
||
|
msgText="replaced by this"
|
||
|
msgUsername="fakeuser"
|
||
|
}
|