diff options
| author | 2020-03-30 17:24:12 +0100 | |
|---|---|---|
| committer | 2020-03-30 17:24:12 +0100 | |
| commit | 9ebda853f5bc470858501897442610699a5fd5de (patch) | |
| tree | 95868366404431602883c9671a0b9f5df60e322f /src/modules/m_ident.cpp | |
| parent | Add support for the servers/ignore-shun privilege. (diff) | |
Fix various documentation and formatting issues.
Diffstat (limited to 'src/modules/m_ident.cpp')
| -rw-r--r-- | src/modules/m_ident.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index 15e46b83a..c22c6a039 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -284,7 +284,7 @@ class ModuleIdent : public Module // Check that they haven't been prefixed already. if (user->ident[0] == '~') return; - + // All invalid usernames are prefixed with a tilde. std::string newident(user->ident); newident.insert(newident.begin(), '~'); |
