Yunabeco wrote:For some reason the bot doesn't want to create the db file and tells me it doesn't exist. Folder is there, and permissions seem to be all right. Are there any other requirements?
when I was setting this all up, i had an issue with the url. seems it does not like non standard ports. fortunately It is my feed I'm trying to pull so I could monitor both sides. I noted when I had this problem of not creating the db, it was simply that the rss feed was not being retrieved.
Hey,
I hoped you guys could help me with this,
the bot works but on trigger it keeps spamming me this:
RSS Eval Error: invalid command name "RLSLOG"
but it don't know why. Sad
here is my config http://pastebin.ca/1315788
Ow yeah i wonder to that if there is a code change to make the trigger respond in private msg to prevent spam on the main channel.
flufsor wrote:Hey,
I hoped you guys could help me with this,
the bot works but on trigger it keeps spamming me this:
RSS Eval Error: invalid command name "RLSLOG"
but it don't know why. Sad
The above code is your problem. You've escaped the brackets, sure. But you haven't made the escapes safe for re-evaluation. To make them safe you must escape the escape, which because it's an escape you must escape again. To make it work, simply change part to look like it does below.
Id like to Display the 5 latest posts. without having to use the public trigger all the time. Is there a way to make it display the last 5 at the given update interval ? I would like this much better.
Even if there is no new posts i would like it to still display the last 5. Thanks
use a timer to trigger for that particular feed, how to do this, I dunno, to lazy to find out, but mostly cause I don't need such a thing, read up on binds and such... good luck
You need to set evaluate-tcl as 1. Then within output you must triple escape all []'s that are not commands (any used for formatting only must be triple escaped). Then escape the \[maketiny \] ones only once, it can work. Then you simply add this procedure to the bottom of the script.