diff options
| author | 2019-07-26 11:16:04 +0100 | |
|---|---|---|
| committer | 2019-07-26 11:16:04 +0100 | |
| commit | 71152475b275107dbfd535abac13ebe0fb8e773f (patch) | |
| tree | aab472d96fd779c1f16ebd905a71847965f4a66f /modules | |
| parent | have !unshorten look back throgh logs for a url (diff) | |
| signature | ||
8ball.py -> eightball.py
closes #106
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/eightball.py (renamed from modules/8ball.py) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/8ball.py b/modules/eightball.py index 5cacecfd..eede3f5c 100644 --- a/modules/8ball.py +++ b/modules/eightball.py @@ -32,6 +32,8 @@ CHOICES = [ ] class Module(ModuleManager.BaseModule): + _name = "8Ball" + @utils.hook("received.command.8ball", min_args=1) def decide(selfs, event): """ |
