Explorar el Código

Merge branch 'master' into next

* master:
  Fix revenge and limit getting mixed up on save
Bryan Drewery hace 14 años
padre
commit
87f94971e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/mod/channels.mod/userchan.c

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

@@ -735,8 +735,8 @@ flood-exempt %d flood-lock-time %d knock %d fish-key { %s } \
 	chan->manop,
 	chan->mdop,
 	chan->mop,
-	chan->revenge,
         chan->limitraise,
+	chan->revenge,
         chan->ban_type,
 	chan->flood_pub_thr, chan->flood_pub_time,
 	chan->flood_bytes_thr, chan->flood_bytes_time,