Fix sending unknown commands
This commit is contained in:
parent
43f58a8075
commit
769bd16c8b
@ -252,7 +252,7 @@ Client.prototype.input = function(data) {
|
|||||||
if (cmd in inputs) {
|
if (cmd in inputs) {
|
||||||
inputs[cmd].apply(client, [target.network, target.chan, cmd, args]);
|
inputs[cmd].apply(client, [target.network, target.chan, cmd, args]);
|
||||||
} else {
|
} else {
|
||||||
target.network.irc.write(text);
|
target.network.irc.raw(text);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user