Skip to content

Commit

Permalink
Fix typo and add commitstrip and supportportal plugins to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 28, 2019
1 parent decc906 commit 341fb85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Matrix room: [#maubot:maunium.net](https://matrix.to/#/#maubot:maunium.net)
* [translate](https://github.com/maubot/translate) - A bot to translate words.
* [reactbot](https://github.com/maubot/reactbot) - A bot that responds to messages that match predefined rules.
* [exec](https://github.com/maubot/exec) - A bot that executes code.
* [commitstrip](https://github.com/maubot/commitstrip) - A bot to view CommitStrips.
* [supportportal](https://github.com/maubot/supportportal) - A bot to manage customer support on Matrix.

Open a pull request or join the Matrix room linked above to get your plugin listed here

Expand Down
2 changes: 1 addition & 1 deletion maubot/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def init(config: Config) -> Engine:
log = logging.getLogger("maubot.db")

if db.has_table("client") and db.has_table("plugin"):
log.warning("alembic_version table not found, but cligent and plugin tables found. "
log.warning("alembic_version table not found, but client and plugin tables found. "
"Assuming pre-Alembic database and inserting version.")
db.execute("CREATE TABLE IF NOT EXISTS alembic_version ("
" version_num VARCHAR(32) PRIMARY KEY"
Expand Down

0 comments on commit 341fb85

Please sign in to comment.