Skip to content

Commit 52183af

Browse files
committed
Merge branch 'release/1.0.1'
2 parents ee9aa60 + 0d51b63 commit 52183af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ If you think you have found a bug/have a idea/suggestion, please **open a issue*
5353
You can find a number of example bots in [#CloudBot](irc://irc.esper.net/cloudbot "Connect via IRC to #CloudBot on irc.esper.net").
5454

5555
## Changelog
56+
- **1.0.1** - Fix history.py tracking
5657
- **1.0.0** - Initial stable release
5758

5859
## License

plugins/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def track_history(event, message_time, conn):
5454
history.append(data)
5555

5656

57-
@hook.event(EventType.message, EventType.action, singlethread=True)
57+
@hook.event([EventType.message, EventType.action], singlethread=True)
5858
def chat_tracker(event, db, conn):
5959
"""
6060
:type db: sqlalchemy.orm.Session

0 commit comments

Comments
 (0)