diff options
Diffstat (limited to 'modules/permissions/__init__.py')
| -rw-r--r-- | modules/permissions/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/permissions/__init__.py b/modules/permissions/__init__.py index 58b6e976..86770d05 100644 --- a/modules/permissions/__init__.py +++ b/modules/permissions/__init__.py @@ -6,7 +6,8 @@ REQUIRES_IDENTIFY = ("You need to be identified to use that command " "(/msg %s register | /msg %s identify)") @utils.export("serverset", {"setting": "identity-mechanism", - "help": "Set the identity mechanism for this server"}) + "help": "Set the identity mechanism for this server", + "example": "ircv3-account"}) class Module(ModuleManager.BaseModule): @utils.hook("new.user") def new_user(self, event): |
