diff options
| author | 2021-12-26 00:40:53 +0000 | |
|---|---|---|
| committer | 2021-12-26 00:40:53 +0000 | |
| commit | 9fafbf633b46876401ea6c557898e464a949c3ce (patch) | |
| tree | 4fe624cb81dda54e9ea2ca42e4212828cf7ab4aa /src/modules/m_ident.cpp | |
| parent | Convert the geoclass module to use generic stats instead of its own numeric. (diff) | |
Make all extensibles use kebab-case for names where possible.
Diffstat (limited to 'src/modules/m_ident.cpp')
| -rw-r--r-- | src/modules/m_ident.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index c5450299d..b40546fec 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -302,8 +302,8 @@ class ModuleIdent final public: ModuleIdent() : Module(VF_VENDOR, "Allows the usernames (idents) of users to be looked up using the RFC 1413 Identification Protocol.") - , socket(this, "ident_socket", ExtensionType::USER) - , state(this, "ident_state", ExtensionType::USER) + , socket(this, "ident-socket", ExtensionType::USER) + , state(this, "ident-state", ExtensionType::USER) { } |
