diff options
| author | 2019-06-29 21:33:26 +0100 | |
|---|---|---|
| committer | 2019-06-29 21:33:26 +0100 | |
| commit | b4c762eb4ea1a83556dac95d6b248e6bcf220843 (patch) | |
| tree | 28cd655dcfdc45a48b72399f7a5c2241600def57 /modules/permissions | |
| parent | Only accept highlight-commands when they have "," or ":" (diff) | |
| signature | ||
Automatically format `example` text for OptionsSetting (showing options)
Diffstat (limited to 'modules/permissions')
| -rw-r--r-- | modules/permissions/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/permissions/__init__.py b/modules/permissions/__init__.py index aae4d500..f1949b9a 100644 --- a/modules/permissions/__init__.py +++ b/modules/permissions/__init__.py @@ -10,8 +10,8 @@ REQUIRES_IDENTIFY_INTERNAL = ("You need to be identified to use that command " "(/msg %s register | /msg %s identify)") @utils.export("serverset", utils.OptionsSetting("identity-mechanism", - ["internal", "ircv3-account"], "Set the identity mechanism for this server", - example="ircv3-account")) + ["internal", "ircv3-account"], + "Set the identity mechanism for this server")) class Module(ModuleManager.BaseModule): @utils.hook("new.user") def new_user(self, event): |
