diff --git a/README.md b/README.md index 5129154db..73398338d 100644 --- a/README.md +++ b/README.md @@ -132,4 +132,5 @@ or its language bindings: - [iOS](https://github.com/deltachat/deltachat-ios) - [Desktop](https://github.com/deltachat/deltachat-desktop) - [Pidgin](https://code.ur.gs/lupine/purple-plugin-delta/) +- [Telepathy](https://code.ur.gs/lupine/telepathy-padfoot/) - several **Bots** diff --git a/examples/repl/main.rs b/examples/repl/main.rs index eaa05be30..e53bed1c2 100644 --- a/examples/repl/main.rs +++ b/examples/repl/main.rs @@ -146,10 +146,8 @@ const IMEX_COMMANDS: [&str; 12] = [ "stop", ]; -const DB_COMMANDS: [&str; 11] = [ +const DB_COMMANDS: [&str; 9] = [ "info", - "open", - "close", "set", "get", "oauth2",