Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit b49c52c

Browse files
committed
Update regex.js
1 parent da8c208 commit b49c52c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/regex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function chan_cb (params)
99
{
1010
if (params[1].search(re)) // message
1111
{
12-
command('say ' + params[0] + ', You should change your password.'); // nick
12+
command('say ' + params[0] + get_prefs('completion_suffix') + ' You should change your password.'); // nick
1313
}
1414
}
1515

0 commit comments

Comments
 (0)