summaryrefslogtreecommitdiffstats
path: root/mentions/mentions.php
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-11-09 20:43:37 +0100
committersijanec <sijanecantonluka@gmail.com>2020-11-09 20:43:37 +0100
commita357032d3280256e2f4ea7cd31e0a32bdb8e36ae (patch)
tree0836f00759de3b05937db12eba64d6a299d9e515 /mentions/mentions.php
parentdodal worddetect za pozigalca ampak ni narejen do konca (diff)
downloadoldredditclient-master.tar
oldredditclient-master.tar.gz
oldredditclient-master.tar.bz2
oldredditclient-master.tar.lz
oldredditclient-master.tar.xz
oldredditclient-master.tar.zst
oldredditclient-master.zip
Diffstat (limited to 'mentions/mentions.php')
-rwxr-xr-xmentions/mentions.php2
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;