Fixed message text
This commit is contained in:
parent
f27e149357
commit
303775da7b
@ -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:
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user