diff options
| author | 2018-09-09 10:17:22 +0100 | |
|---|---|---|
| committer | 2018-09-09 10:17:22 +0100 | |
| commit | fd51d44c705bda4c5ec4ccf99e085941fea459d8 (patch) | |
| tree | 31aa47ffadb6ead6cbebd24575b5f5225c17b4f0 /modules/commands.py | |
| parent | Add nickserv-password and sasl to !serverset (diff) | |
| signature | ||
Utilise !serverset in more modules
Diffstat (limited to 'modules/commands.py')
| -rw-r--r-- | modules/commands.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/commands.py b/modules/commands.py index 21b0f361..a500c75d 100644 --- a/modules/commands.py +++ b/modules/commands.py @@ -70,6 +70,8 @@ class Module(object): exports.add("channelset", {"setting": "command-prefix", "help": "Set the command prefix used in this channel"}) + exports.add("serverset", {"setting": "command-prefix", + "help": "Set the command prefix used on this server"}) exports.add("serverset", {"setting": "identity-mechanism", "help": "Set the identity mechanism for this server"}) |
