|
|
@@ -1275,11 +1275,11 @@ int write_chans(FILE *f, int idx)
|
|
|
+ channel add %s { chanmode %s addedby %s addedts %lu idle-kick %d \
|
|
|
limit %d stopnethack-mode %d revenge-mode %d flood-chan %d:%d \
|
|
|
flood-ctcp %d:%d flood-join %d:%d flood-kick %d:%d flood-deop %d:%d \
|
|
|
-flood-nick %d:%d closed-ban %d ban-time %d exempt-time %d invite-time %d \
|
|
|
-%cenforcebans %cdynamicbans %cuserbans %cbitch %cprotectops %crevenge \
|
|
|
-%crevengebot %cprivate %ccycle %cinactive %cdynamicexempts %cuserexempts \
|
|
|
-%cdynamicinvites %cuserinvites %cnodesynch %cclosed %ctake %cmanop %cvoice \
|
|
|
-%cfastop }\n",
|
|
|
+flood-nick %d:%d closed-ban %d closed-private %d ban-time %d \
|
|
|
+exempt-time %d invite-time %d %cenforcebans %cdynamicbans %cuserbans \
|
|
|
+%cbitch %cprotectops %crevenge %crevengebot %cprivate %ccycle \
|
|
|
+%cinactive %cdynamicexempts %cuserexempts %cdynamicinvites %cuserinvites \
|
|
|
+%cnodesynch %cclosed %ctake %cmanop %cvoice %cfastop }\n",
|
|
|
chan->dname,
|
|
|
w,
|
|
|
chan->added_by,
|
|
|
@@ -1304,6 +1304,7 @@ flood-nick %d:%d closed-ban %d ban-time %d exempt-time %d invite-time %d \
|
|
|
* also include temp %d in dprintf
|
|
|
*/
|
|
|
chan->ban_time,
|
|
|
+ chan->closed_private,
|
|
|
chan->exempt_time,
|
|
|
chan->invite_time,
|
|
|
PLSMNS(channel_enforcebans(chan)),
|