Minor fix for doxygen

Patch by DarthGandalf, thanks.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2073 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-07-08 15:43:04 +00:00
parent 5ef5bc3be0
commit 4410096e0b
+1 -1
View File
@@ -962,7 +962,7 @@ public:
/** Called when a client told us CAP LS. Use ssCaps.insert("cap-name")
* for announcing capabilities which your module supports.
* @param pClient client which wants caps.
* @param ssCaps set of caps which will be sent to client.
*/
virtual void OnClientCapLs(SCString& ssCaps);
/** Called only to check if your module supports turning on/off named capability.