Fixed message text

This commit is contained in:
Michiel Broek 2006-05-27 13:06:39 +00:00
parent f27e149357
commit 303775da7b
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@ $Id$
v0.83.20 27-May-2006
mbmon:
Fixed a text message.
v0.83.19 23-May-2006 - 27-May-2006
mbtask:

View File

@ -628,7 +628,7 @@ void Chat(int sysop)
strncpy(resp, cldecode(strtok(NULL, ";")), 81); /* The message */
DispMsg(resp);
if (rc == 1) {
Syslog('+', "Chat server error: %s", resp);
Syslog('+', "Chat server message: %s", resp);
stop = TRUE;
data = FALSE;
}