dgw
dgw
A quick Google search found [this Stack Overflow thread](https://stackoverflow.com/a/37097353/5991). Color doesn't seem to be supported in Telegram. Sopel (which I maintain) is an IRC bot only and does not connect...
I know Pushover works because my push instance sends dozens of notifications to me every day via that service. My instance doesn't have a `target` set, though. If you do,...
This is expected behavior. The condition `last_notification` defaults to 300 seconds, and limits how often notifications are sent for a given context (quoting the README documentation): > Time in seconds...
If you're not even getting the first line sometimes, that's a different issue. I haven't used the Telegram integration, but my Pushover clients get everything they should. (My `last_notification` is...
Quick check of Telegram's FAQ says sending more than one message per second to a given chat is discouraged, and will eventually receive errors. So the rate-limit theory is indeed...
I threw together a quick version of the module that supports Pushfleet: https://raw.githubusercontent.com/dgw/znc-push/e4d6e1f0f709960613d708337cdca903fb584fd9/push.cpp Haven't tested it, but it did compile on my ZNC server. App ID is baked-in; set znc-push's...
@deltagnan Any issues? Good to go?
@deltagnan To do what? All you should need is to download that version of the module code to your ZNC machine, `znc-buildmod push.cpp`, and move the compiled `push.so` file into...
Forgot to mention that you'll need to tell ZNC to update the module, or restart ZNC, depending on version. Might as well write detailed instructions, as I don't know how...
Sorry, I forgot there are two if-else trees. Fixed version, which should recognize the new service name: https://raw.githubusercontent.com/dgw/znc-push/428599026bc61aa0ab707ec8815dc0eadbc7f5f7/push.cpp