Fix quitMessage spelling

This commit is contained in:
Max Leiter 2021-09-30 14:28:54 -07:00
parent a9b3c77da3
commit b1f67a5837
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ exports.input = function (network, chan, cmd, args) {
target: "network:quit",
data: {
uuid: network.uuid,
quiteMessage: args[0] ? args.join(" ") : null,
quitMessage: args[0] ? args.join(" ") : null,
},
},
});