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" ] ]