From 9ebda853f5bc470858501897442610699a5fd5de Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 30 Mar 2020 17:24:12 +0100 Subject: Fix various documentation and formatting issues. --- src/modules/m_ident.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_ident.cpp') 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(), '~'); -- cgit v1.3.1-10-gc9f91