Skip to content
Snippets Groups Projects
Commit f88ed4d6 authored by mcmlxxix's avatar mcmlxxix
Browse files

fix pipe command

parent 4c54a03d
Branches
Tags
No related merge requests found
......@@ -614,7 +614,7 @@ Server_Commands["PRIVMSG"] = function (srv,cmd,onick,ouh) {
if (srv.pipe && srv.pipe[chan.name.toUpperCase()]) {
var thispipe = srv.pipe[chan.name.toUpperCase()];
thispipe.srv.o(thispipe.target, "<" + onick + "> "
+ IRC_string(cmd.join(" "), 2));
+ IRC_string(cmd.join(" "), 1));
}
cmd=parse_cmd_prefix(cmd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment