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

View file

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