Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmptrluke committed Jan 17, 2015
2 parents ee9aa60 + 0d51b63 commit 52183af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ If you think you have found a bug/have a idea/suggestion, please **open a issue*
You can find a number of example bots in [#CloudBot](irc://irc.esper.net/cloudbot "Connect via IRC to #CloudBot on irc.esper.net").

## Changelog
- **1.0.1** - Fix history.py tracking
- **1.0.0** - Initial stable release

## License
Expand Down
2 changes: 1 addition & 1 deletion plugins/history.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def track_history(event, message_time, conn):
history.append(data)


@hook.event(EventType.message, EventType.action, singlethread=True)
@hook.event([EventType.message, EventType.action], singlethread=True)
def chat_tracker(event, db, conn):
"""
:type db: sqlalchemy.orm.Session
Expand Down

0 comments on commit 52183af

Please sign in to comment.