mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
Fix quitMessage spelling
This commit is contained in:
parent
a9b3c77da3
commit
b1f67a5837
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue