You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A function who checks the message. If condition matched, it returns true, and then gonebot calls the Handler.
The Handler can add MessageSegment to resultMsg, modify result Msg or do whatever you want.
If Handler return true, gonebot will block following plugins and immediately send the result.
ActiveHandler
ActiveHandler will continuing running in a goroutine. You can listen in some online service, for example RSS.
After returning, the function restarts immediatly.
You need to construct the result message yourself.
BE CAREFUL don't eat up all the cpu time here. Sleep when necessary!