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
This logger uses the Cinch events rather than a command that matches absolutely every possible message. Aside from the obvious performance improvement, here are some functional improvements:
* Supports /me ACTIONs and NOTICEs.
* No longer logs messages with no user.
* Still logs private and public messages separately.
* The log file is formatted much cleaner.
* The time is checked every minute to make sure it is the same day as it was last time it checked. When it is a new day (past midnight), it starts a new log.
Unfortunately, it still doesnt log the bots own messages (#73).
This commit resolves half of #73.
Notices and messages by the bot are not logged.
The text was updated successfully, but these errors were encountered: