projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88df93c
)
Chat System not saving dbflags
author
Rick L Bird
<nveid@yahoo.com>
Fri, 6 May 2011 06:11:34 +0000
(
02:11
-0400)
committer
Rick L Bird
<nveid@yahoo.com>
Fri, 6 May 2011 06:11:34 +0000
(
02:11
-0400)
src/extchat.c
patch
|
blob
|
history
diff --git
a/src/extchat.c
b/src/extchat.c
index e0bff524b96730da4b751879d31c13c0f941821f..0d166cc24f2b56b83ed386578ace94495af9c67c 100644
(file)
--- 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);