diff --git a/exec/load/ircbot_commands.js b/exec/load/ircbot_commands.js
index ec0b8313a15b7b3f9011f4bd8f2eabdad885dad9..8c050d2f297ebd0fff51f2ed172aafe44092e3bf 100644
--- a/exec/load/ircbot_commands.js
+++ b/exec/load/ircbot_commands.js
@@ -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);