From: Rick L Bird Date: Fri, 6 May 2011 06:11:34 +0000 (-0400) Subject: Chat System not saving dbflags X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=0f39a700651dbb732fabbc4c3057c7776ea4e41e;p=cobramush.git Chat System not saving dbflags --- diff --git a/src/extchat.c b/src/extchat.c index e0bff52..0d166cc 100644 --- a/src/extchat.c +++ b/src/extchat.c @@ -803,6 +803,7 @@ save_chatdb(PENNFILE *fp) { CHAN *ch; int default_flags = 0; + default_flags += CDB_SPIFFY; /* How many channels? */ penn_fprintf(fp, "+V%d\n", default_flags);