lowerify isup.py's _name
This commit is contained in:
parent
bdc4164e05
commit
02f9c0e02b
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
from src import ModuleManager, utils
|
from src import ModuleManager, utils
|
||||||
|
|
||||||
class Module(ModuleManager.BaseModule):
|
class Module(ModuleManager.BaseModule):
|
||||||
|
_name = "isup"
|
||||||
|
|
||||||
@utils.hook("received.command.isup")
|
@utils.hook("received.command.isup")
|
||||||
@utils.kwarg("min_args", 1)
|
@utils.kwarg("min_args", 1)
|
||||||
@utils.kwarg("help", "Check if a given URL is up or not")
|
@utils.kwarg("help", "Check if a given URL is up or not")
|
||||||
|
|
Loading…
Add table
Reference in a new issue