OnDisabled();
RegisterEvents();
void OnChatMessage(...)
{
if (!Settings.ChatNotify) return;
Notify();
}
Hi,
Pushalot working great now, ty.
But there is a problem with quest accept notify - seems like BotEvents.Questing.QuestAccepted event does`t fire at all. I made a pull request to fix this issue, check it out.
Oh, and can you plz add something like
on configuration form close, just to reapply settings? I even think it`s a better decision to subscribe at all events (there is`t big overhead in calling 1 more method in delegate chain) and then just return in handler if setting is`t set.Code:OnDisabled(); RegisterEvents();
Something like this :
Code:void OnChatMessage(...) { if (!Settings.ChatNotify) return; Notify(); }
cheers,
Sosnooley
I have an idea : how about a configuration form for custom lua events? ie select event from dropdown list and then write handler for it in a manner of developers window. It`s not that hard to impement, only thing needed is CSCodeProvider. I can even think of implementing this and make another PR, but right now i`m having troubles with debug with store products, many fu**ers here think anti debug features will prevent someone from decompiling theirs sources thus, preventing me from debug with any store product enabled. I`ve made a request here https://www.thebuddyforum.com/relea...v2-5-12479-763-a-post1804662.html#post1804662 to allow users disable all store products on dev instance of HB, but knowing how much devs care i doubd it will ever be implemented. Sigh.
DoneAdd me on skype - might be interested![]()
picked BoxCar2, but unable to make it work (BoxCar2 Notification failed, Status Code: Unauthorized. Description: Unauthorized). I got the Device Token, but what is the API Key? The User? Installing BoxCar, I was never given an API Key? Within Boxcar, do I have to add a custom source? If so, how? pls help
I need help with BoxCar2. Anyone got it to work? If so, how?
no Support anymore?
your plugin wants an API key, what is this?
your plugin wants an API key, what is this?
ok, now it works. thanks.It's the Access Token ; )
Uhm it would have to append the characters name to the message, for you to distinguish the recipient.If i have few bots, is there way to know which one received whisper?
for some reason i'm getting 4x pushes. Using Pushover app (Android if that helps)
Great plugin.
Do you have any plans to integrate IRC support?