diff options
Diffstat (limited to 'mentions/mentions.php')
-rwxr-xr-x | mentions/mentions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mentions/mentions.php b/mentions/mentions.php index c3d095b..8969063 100755 --- a/mentions/mentions.php +++ b/mentions/mentions.php @@ -6,7 +6,7 @@ $o->setpassword(getenv("orC_pass")); $botsignature = "\n\n-- [/u/ImgLinkBot](/u/ImgLinkBot)"; while (true) { - $mentions = $o->fetch("mentions"); + $mentions = $o->fetch("mentions", null, 1); // increase to 100! if ($mentions < 0) { file_put_contents("log.txt", '[mentions.php] ERROR in $mentions'."\n", FILE_APPEND); continue; |