From e49f1c348a095d7a5bb83442693e86bc029b0db6 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 10 Oct 2017 15:22:38 +0200 Subject: [PATCH] [enh] update usage information --- jabber.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jabber.py b/jabber.py index 305cb58..47ad1f1 100644 --- a/jabber.py +++ b/jabber.py @@ -1775,7 +1775,7 @@ def jabber_cmd_room(data, buffer, args): global jabber_config_file if not args: - weechat.prnt("", "Usage: /jroom @conference. []") + weechat.prnt("", "Usage: /jroom @conference. [] [-autojoin]") return weechat.WEECHAT_RC_OK argv = args.split()