From be27831bf1d45e448124eea940304d84d2638c4f Mon Sep 17 00:00:00 2001 From: NuclearW Date: Sun, 28 Sep 2014 00:44:30 -0400 Subject: [PATCH] Correct documentation for OnUnknownUserRaw --- include/znc/Modules.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/znc/Modules.h b/include/znc/Modules.h index 159f0046..71f1ad67 100644 --- a/include/znc/Modules.h +++ b/include/znc/Modules.h @@ -1019,9 +1019,9 @@ public: * @param sRemoteIP The IP address from which the client tried to login. */ virtual void OnFailedLogin(const CString& sUsername, const CString& sRemoteIP); - /** This function behaves like CModule::OnRaw(), but is also called + /** This function behaves like CModule::OnUserRaw(), but is also called * before the client successfully logged in to ZNC. You should always - * prefer to use CModule::OnRaw() if possible. + * prefer to use CModule::OnUserRaw() if possible. * @param pClient The client which send this line. * @param sLine The raw traffic line which the client sent. */