mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
Missing newline at end of error string.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1022 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
cc73d5e994
commit
7ffd69e832
1 changed files with 1 additions and 1 deletions
|
@ -1186,7 +1186,7 @@ void IRC_Command(char *imsg)
|
||||||
{
|
{
|
||||||
if (ircclient)
|
if (ircclient)
|
||||||
{
|
{
|
||||||
printf("You are already connected\nPlease /quit first");
|
printf("You are already connected\nPlease /quit first\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
msg = COM_Parse(msg);
|
msg = COM_Parse(msg);
|
||||||
|
|
Loading…
Reference in a new issue