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_conn_waitpong.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_conn_waitpong.cpp')
| -rw-r--r-- | src/modules/m_conn_waitpong.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_conn_waitpong.cpp b/src/modules/m_conn_waitpong.cpp index 826592a89..7359d9e93 100644 --- a/src/modules/m_conn_waitpong.cpp +++ b/src/modules/m_conn_waitpong.cpp @@ -36,7 +36,7 @@ class ModuleWaitPong final public: ModuleWaitPong() : Module(VF_VENDOR, "Requires all clients to respond to a PING request before they can fully connect.") - , ext(this, "waitpong_pingstr", ExtensionType::USER) + , ext(this, "waitpong-cookie", ExtensionType::USER) { } |
