browser.py: Updated help
This commit is contained in:
@@ -66,7 +66,8 @@ def prof_init(version, status):
|
|||||||
"/browser",
|
"/browser",
|
||||||
"/browser <url>"
|
"/browser <url>"
|
||||||
]
|
]
|
||||||
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 = [
|
args = [
|
||||||
[ "<url>", "URL to open in the browser" ]
|
[ "<url>", "URL to open in the browser" ]
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user