diff options
| author | 2018-09-30 17:29:09 +0100 | |
|---|---|---|
| committer | 2018-09-30 17:29:09 +0100 | |
| commit | 10ef985a8a849a6bbfa8cbb63c2548e42ffb3957 (patch) | |
| tree | 4da29ff0462ca69820d81aa95afb4b261ab3213c /modules/strax.py | |
| parent | received.command takes a final [command] part (diff) | |
| signature | ||
Switch to using docstring for usage, permission and require_mode
Diffstat (limited to 'modules/strax.py')
| -rw-r--r-- | modules/strax.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/strax.py b/modules/strax.py index 385c825b..64c92313 100644 --- a/modules/strax.py +++ b/modules/strax.py @@ -5,8 +5,8 @@ class Module(ModuleManager.BaseModule): @Utils.hook("received.command.strax") def strax(self, event): """ - Suggests a glorious method of battle for the glory of the Sontaran - Empire, through IRC! + :help: Suggests a glorious method of battle for the glory of the + Sontaran Empire, through IRC! """ suggestion_greeting = ["Might I suggest", "Can I suggest", "Should we attack immediately with"] command_greeting = ["We should attack now with", "We must attack now with", "I suggest attacking with", |
