![]() |
|
fl-DarkBot - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: Discovery Development (https://discoverygc.com/forums/forumdisplay.php?fid=7) +--- Forum: Discovery Developers Forum (https://discoverygc.com/forums/forumdisplay.php?fid=183) +--- Thread: fl-DarkBot (/showthread.php?tid=188040) |
RE: fl-DarkBot - darkwind - 09-10-2025 ## Deployment **v1.12.11** - Maintenance deployment [releases]
also in the past happened
stats are nice ^_^
RE: fl-DarkBot - darkwind - 02-16-2026 ## Deployment **v1.14.1** - Forum post text content tracking [releases] Previously we had only forum post name tracking and sub section of forum tracking. We add new tracking by forum post text content inside! Features:
P.S. Fair warning, it will be able to alert you about such message only if it was able to scrap in several minutes minutes interval in time before someone overposted a more recent msg in same thread. if that happens. If thread has too fast message posting, darkbot could miss such msg content to alert about P.P.S. for the sake of sanity the feature is not case sensitive of course P.P.P.S. Signatures are excluded from tracking automatically RE: fl-DarkBot - darkwind - 02-18-2026 ## Deployment **v1.15.1** - Author posts forum tracking [releases] ### Forum author tracking it can trace authors both by name and their profile uid! Now you can subscribe to specific users!Features:
All those commands valid to subscribe to jammi by his profile uid Code: . forum author watch add https://discoverygc.com/forums/member.php?action=profile&uid=3001## All rules work together explained Final forum tracking is working as sum results of all rules you configured together.
Connect forumlancer to separate channel if u wish to start with a clean list of rules :] It is not a bug, it is a feature! code of post matching logic could be check in func isPostMatchTagsfunction at https://github.com/darklab8/fl-darkbot/blob/master/app/forumer/run.go#L105 P.S. any printed darkbot's forum msg contains matched tags at its bottom printed separately, so you can always validate it works as expected by checking matched tags at bottom of msg. in case of author match, it should show author tags u added ====> P.P.S. Documentation is up to date about all that https://darklab8.github.io/fl-darkbot/features/tracking_forum/ <===== RE: fl-DarkBot - darkwind - 02-22-2026 ## Deployment **v1.17.0** - PoB Goods tracking and many new alerts [releases] git diff Completed feature request: https://github.com/darklab8/fl-darkbot/issues/40 See documentation for how to use it Features:
RE: fl-DarkBot - darkwind - 02-23-2026 Lifehack to be automatically notified of all replies to you at forum: (when you are quoted at least in reply) https://discoverygc.com/forums/showthread.php?tid=211073&pid=2388387#pid2388387 using combination of previously announced - content forumlancing tracking ( https://discoverygc.com/forums/showthread.php?tid=188040&pid=2387862#pid2387862 ) - and ability to ignore specific author ( https://discoverygc.com/forums/showthread.php?tid=188040&pid=2387994#pid2387994 ) You can be auto subscribed to all replies to your msgs, when person you speak with mentions your name just by "quotation" alone during reply msg. ![]() To do this trick, add your forum name as it will appear in quotation replies to content watch, and again your name to author ignore, to ignore your own msgs Quote:forum content watch = "[ darkwind ]" This worked for me when person replied to me in https://discoverygc.com/forums/showthread.php?tid=211073&pid=2388387#pid2388387 msg RE: fl-DarkBot - darkwind - 02-27-2026 (02-22-2026, 09:16 AM)darkwind Wrote: ## Deployment **v1.17.0** - PoB Goods tracking and many new alerts [releases] git diff Based on the received feedback. New pob goods discord table view received a bit of beautification to look good for multiple bases Now it sorts by Base Name => by Category of items => then by Item name P.S. to utilize pob goods in discord feature for views and alerts, your pob good should be shown to forum/darkstat pob good page, see there for more details
|