1
0
mirror of https://github.com/gryf/weechat-xmpp.git synced 2025-12-19 12:28:12 +01:00

[enh] update usage information

This commit is contained in:
Laurent Peuch
2017-10-10 15:22:38 +02:00
parent 5901e89cb6
commit e49f1c348a

View File

@@ -1775,7 +1775,7 @@ def jabber_cmd_room(data, buffer, args):
global jabber_config_file global jabber_config_file
if not args: if not args:
weechat.prnt("", "Usage: /jroom <roomname>@conference.<server_FQDN> [<optional_user_nickname>]") weechat.prnt("", "Usage: /jroom <roomname>@conference.<server_FQDN> [<optional_user_nickname>] [-autojoin]")
return weechat.WEECHAT_RC_OK return weechat.WEECHAT_RC_OK
argv = args.split() argv = args.split()