ZyklonB: fix the `print' plugin command
This commit is contained in:
parent
8ece6a4f64
commit
2b90aa097e
|
@ -807,7 +807,7 @@ plugin_process_message (const struct irc_message *msg,
|
||||||
if (msg->params.len < 2)
|
if (msg->params.len < 2)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
printf ("%s", msg->params.vector[1]);
|
printf ("%s\n", msg->params.vector[1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (plugin->initialized)
|
else if (plugin->initialized)
|
||||||
|
|
Loading…
Reference in New Issue