diff 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
line wrap: on
line diff
--- a/mcabber/src/histolog.c	Mon Jul 04 12:55:54 2005 +0100
+++ b/mcabber/src/histolog.c	Tue Jul 05 20:48:44 2005 +0100
@@ -175,7 +175,7 @@
     
     // Some checks
     if (((type == 'M') && (info != 'S' && info != 'R')) ||
-        ((type == 'I') && (!strchr("OAIFDCN", info)))) {
+        ((type == 'I') && (!strchr("OAIFDN", info)))) {
       if (!err) {
         scr_LogPrint("Error in history file format (%s), l.%u", jid, ln);
         err = 1;