From 6d80b2e4bb555fef85a25389aafe3151f1891db7 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 8 Apr 2016 00:36:11 +0100 Subject: [PATCH] browser.py: Updated help --- browser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser.py b/browser.py index 09f6aa2..f4c0a1f 100644 --- a/browser.py +++ b/browser.py @@ -66,7 +66,8 @@ def prof_init(version, status): "/browser", "/browser " ] - description = "View a URL in the systems default browser. If no argument is supplied, the last URL in the current chat or room will be used." + description = "View a URL in the systems default browser. If no argument is supplied, the last URL in the current chat or room will be used. " \ + "Tab autocompletion will go through all previous links in the current chat/room" args = [ [ "", "URL to open in the browser" ] ]