lowerify isup.py's _name

This commit is contained in:
jesopo 2019-07-16 17:25:46 +01:00
parent bdc4164e05
commit 02f9c0e02b

View file

@ -1,6 +1,8 @@
from src import ModuleManager, utils
class Module(ModuleManager.BaseModule):
_name = "isup"
@utils.hook("received.command.isup")
@utils.kwarg("min_args", 1)
@utils.kwarg("help", "Check if a given URL is up or not")