mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 21:28:23 +00:00
Merge pull request #3352 from thelounge/xpaw/truly-raw
Make /raw actually write to network as-is
This commit is contained in:
commit
51fb42c379
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue