Просмотр исходного кода

* Port [3377] to 1.2.14
* Fix chanset flag 'userbans' not being saved correctly. (may cause warnings on upgrade)



svn: 3378

Bryan Drewery 19 лет назад
Родитель
Сommit
e21c0389a5
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      doc/UPDATES
  2. 1 1
      src/mod/channels.mod/userchan.c

+ 1 - 0
doc/UPDATES

@@ -40,6 +40,7 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
 * Fix segfault in cmd_channel during splits.
 * Fix segfault in cmd_channel during splits.
 * Remove chanflag 'protectops'
 * Remove chanflag 'protectops'
 * Fix bot not checking +e/+I modes when opped sometimes.
 * Fix bot not checking +e/+I modes when opped sometimes.
+* Fix chanset flag 'userbans' not being saved correctly. (may cause warnings on upgrade)
 
 
 1.2.13 - http://wraith.shatow.net/milestone/1.2.13
 1.2.13 - http://wraith.shatow.net/milestone/1.2.13
 * Fix cmd_chanset accepting invalid flags
 * Fix cmd_chanset accepting invalid flags

+ 1 - 1
src/mod/channels.mod/userchan.c

@@ -733,7 +733,7 @@ flood-kick %d:%lu flood-deop %d:%lu flood-nick %d:%lu flood-mjoin %d:%lu \
 closed-ban %d closed-invite %d closed-private %d ban-time %lu \
 closed-ban %d closed-invite %d closed-private %d ban-time %lu \
 exempt-time %lu invite-time %lu voice-non-ident %d \
 exempt-time %lu invite-time %lu voice-non-ident %d \
 flood-exempt %d flood-lock-time %d \
 flood-exempt %d flood-lock-time %d \
-%cenforcebans %cdynamicbans %cuserban %cbitch \
+%cenforcebans %cdynamicbans %cuserbans %cbitch \
 %cprivate %ccycle %cinactive %cdynamicexempts %cuserexempts \
 %cprivate %ccycle %cinactive %cdynamicexempts %cuserexempts \
 %cdynamicinvites %cuserinvites %cnodesynch %cclosed %cvoice \
 %cdynamicinvites %cuserinvites %cnodesynch %cclosed %cvoice \
 %cfastop %cautoop %cbotbitch %cbackup %cnomassjoin %c%s}\n",
 %cfastop %cautoop %cbotbitch %cbackup %cnomassjoin %c%s}\n",