Update whisper.js
This commit is contained in:
@@ -140,7 +140,7 @@ export function whisperCheck({
|
||||
return false;
|
||||
}
|
||||
|
||||
if (payload.text.startsWith('/r ')) {
|
||||
if (payload.text.startsWith('/reply ') || payload.text.startsWith('/r ')) {
|
||||
if (typeof socket.whisperReply === 'undefined') {
|
||||
server.reply({
|
||||
cmd: 'warn', // @todo Add numeric error code as `id`
|
||||
|
||||
Reference in New Issue
Block a user