Parcourir la source

Fix revenge and limit getting mixed up on save

Bryan Drewery il y a 14 ans
Parent
commit
015c730904
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,