From 07d4743db0cc714d95a93b9b50ec02ff446d4352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sat, 13 Oct 2018 12:14:06 +0200 Subject: [PATCH] commands: Remove duplicate lines. --- matrix/commands.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/matrix/commands.py b/matrix/commands.py index 008a8c5..ca0ac3f 100644 --- a/matrix/commands.py +++ b/matrix/commands.py @@ -560,9 +560,6 @@ def matrix_olm_command_cb(data, buffer, args): if not parsed_args: return W.WEECHAT_RC_OK - if not parsed_args: - return W.WEECHAT_RC_OK - if not server.client.olm: W.prnt(server.server_buffer, "{}matrix: Olm account isn't " "loaded.".format(W.prefix("error")))