We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d2fa3 commit 051efdfCopy full SHA for 051efdf
1 file changed
src/ps/handlers/cron/hindi.ts
@@ -30,7 +30,7 @@ function _postGGSSEvent(this: Client) {
30
ggssRoom.send('Khelne ke liye shukriya!'); // TODO: Use i18n instead
31
ggssRoom.send('/modchat +');
32
if (Math.random() < 0.1) {
33
- const randomAuth = ggssRoom.users.filter(user => ![' ', '*'].includes(user.charAt(0))).random();
+ const randomAuth = ggssRoom.users.filter(user => ![' ', '*', '!', '‽'].includes(user.charAt(0))).random();
34
if (!randomAuth) return;
35
ggssRoom.send(`${randomAuth.slice(1)} hi nerd`);
36
}
0 commit comments