summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-02 00:48:02 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-02 00:48:02 +0000
commit8eeb07be8cd397ea9b54f965ae72d8939ffdccc2 (patch)
treeb15981f058d7bdee764e4a3dd12c4c2ee66af818 /include
parent77ead8fe331060d19525cac5b880c41c47c12f11 (diff)
Route whois notices using ENCAP WHOISNOTICE to properly fix remote user PrivPermission bug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11625 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/usermanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usermanager.h b/include/usermanager.h
index 8b396eab0..56a545353 100644
--- a/include/usermanager.h
+++ b/include/usermanager.h
@@ -83,10 +83,10 @@ class CoreExport UserManager : public Extensible
void AddUser(InspIRCd* Instance, int socket, bool iscached, irc::sockets::sockaddrs* client, irc::sockets::sockaddrs* server);
/** Disconnect a user gracefully
- * @param user The user to remove
- * @param r The quit reason to show to normal users
- * @param oreason The quit reason to show to opers
- * @return Although this function has no return type, on exit the user provided will no longer exist.
+ * @param user The user to remove
+ * @param r The quit reason to show to normal users
+ * @param oreason The quit reason to show to opers
+ * @return Although this function has no return type, on exit the user provided will no longer exist.
*/
void QuitUser(User *user, const std::string &quitreason, const char* operreason = "");