Default autoreply period to 60 seconds

This commit is contained in:
Jamie Cameron
2011-02-21 21:55:11 -08:00
parent 2594f3c54e
commit 21dfa5dd58

View File

@@ -193,6 +193,9 @@ if ($amode == 6) {
$etm[4]++; $etm[5] += 1900;
}
}
else {
$period = 60;
}
if ($config{'reply_force'}) {
$replyblock = "";
}