Skip to content

Commit a2c14b0

Browse files
committed
Merge branch 'release/1.0.1' into python3.4
2 parents 0139dd7 + 0d51b63 commit a2c14b0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

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

5454
## Changelog
55+
- **1.0.1** - Fix history.py tracking
5556
- **1.0.0** - Initial stable release
5657

5758
## 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)