aboutsummaryrefslogtreecommitdiff
path: root/modules/commands.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-09-09 10:17:22 +0100
committerGravatar jesopo2018-09-09 10:17:22 +0100
commitfd51d44c705bda4c5ec4ccf99e085941fea459d8 (patch)
tree31aa47ffadb6ead6cbebd24575b5f5225c17b4f0 /modules/commands.py
parentAdd nickserv-password and sasl to !serverset (diff)
signature
Utilise !serverset in more modules
Diffstat (limited to 'modules/commands.py')
-rw-r--r--modules/commands.py2
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"})