Merge pull request #1396 from elyscape/fix/on-user-quit-hook

Fix OnUserQuitMessage documentation
This commit is contained in:
Alexey Sokolov
2017-04-16 10:22:41 +01:00
committed by GitHub
+1 -1
View File
@@ -892,7 +892,7 @@ class CModule {
*/
virtual EModRet OnUserTopicRequest(CString& sChannel);
/** This module hook is called when a user requests to quit from network.
/** This module hook is called when a client quits ZNC.
* @since 1.7.0
* @param Message The quit message the client sent.
* @return See CModule::EModRet.