comparison mcabber/src/histolog.c @ 277:4d7040cff8ee

Remove busy/occupied status, which does not really exist
author Mikael Berthe <mikael@lilotux.net>
date Tue, 05 Jul 2005 20:48:44 +0100
parents fe438fe67b6f
children f562b9af2de7
comparison
equal deleted inserted replaced
276:627925d885de 277:4d7040cff8ee
173 timestamp = from_iso8601(&data[3], 1); 173 timestamp = from_iso8601(&data[3], 1);
174 len = (guint) atoi(&data[22]); 174 len = (guint) atoi(&data[22]);
175 175
176 // Some checks 176 // Some checks
177 if (((type == 'M') && (info != 'S' && info != 'R')) || 177 if (((type == 'M') && (info != 'S' && info != 'R')) ||
178 ((type == 'I') && (!strchr("OAIFDCN", info)))) { 178 ((type == 'I') && (!strchr("OAIFDN", info)))) {
179 if (!err) { 179 if (!err) {
180 scr_LogPrint("Error in history file format (%s), l.%u", jid, ln); 180 scr_LogPrint("Error in history file format (%s), l.%u", jid, ln);
181 err = 1; 181 err = 1;
182 } 182 }
183 //break; 183 //break;