aboutsummaryrefslogtreecommitdiff
path: root/modules/commands.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-09-09 10:17:22 +0100
committerGravatar Dan2018-09-09 13:34:25 +0100
commit8959b6cfd24233c07f5a3195d5ae09b866f924d0 (patch)
tree1da7c7cefe2a1d7c93d1aecce1952b2c9099e6fd /modules/commands.py
parentAdd nickserv-password and sasl to !serverset (diff)
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"})