Correct documentation for OnUnknownUserRaw

This commit is contained in:
NuclearW
2014-09-28 00:44:30 -04:00
parent 6346f82c39
commit be27831bf1
+2 -2
View File
@@ -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.
*/