Merge pull request #3352 from thelounge/xpaw/truly-raw
Make /raw actually write to network as-is
This commit is contained in:
commit
51fb42c379
@ -4,7 +4,7 @@ exports.commands = ["raw", "send", "quote"];
|
||||
|
||||
exports.input = function({irc}, chan, cmd, args) {
|
||||
if (args.length !== 0) {
|
||||
irc.raw(args);
|
||||
irc.connection.write(args.join(" "));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user