Added kludges debug

This commit is contained in:
Michiel Broek 2005-01-26 19:25:55 +00:00
parent 8729b84ace
commit a8bb84338a

View File

@ -226,6 +226,7 @@ void command_abhs(char *buf)
if ((p = (char *)MsgText_First()) != NULL) { if ((p = (char *)MsgText_First()) != NULL) {
do { do {
if ((p[0] == '\001') || (!strncmp(p, "SEEN-BY:", 8)) || (!strncmp(p, "AREA:", 5))) { if ((p[0] == '\001') || (!strncmp(p, "SEEN-BY:", 8)) || (!strncmp(p, "AREA:", 5))) {
Syslog('n', "%s", printablec(p, 0));
if (p[0] == '\001') { if (p[0] == '\001') {
send_nntp("X-FTN-%s", p+1); send_nntp("X-FTN-%s", p+1);
} else { } else {