fix cve.py helpstring

This commit is contained in:
jesopo 2019-05-25 21:44:50 +01:00
parent bb475d5cc8
commit 984274a9e1

View file

@ -11,8 +11,8 @@ class Module(ModuleManager.BaseModule):
@utils.hook("received.command.cve", min_args=1)
def cve(self, event):
"""
:help: Get the definition of a provided term from Urban Dictionary
:usage: <term>
:help: Get information for a CVE number
:usage: <CVE>
"""
page = utils.http.request(URL_CVE % event["args"].upper(), json=True)