mirror of
https://github.com/thelounge/thelounge
synced 2025-02-17 05:38:25 +00:00
Fix sending unknown commands
This commit is contained in:
parent
43f58a8075
commit
769bd16c8b
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ Client.prototype.input = function(data) {
|
|||
if (cmd in inputs) {
|
||||
inputs[cmd].apply(client, [target.network, target.chan, cmd, args]);
|
||||
} else {
|
||||
target.network.irc.write(text);
|
||||
target.network.irc.raw(text);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue