From 8eeb07be8cd397ea9b54f965ae72d8939ffdccc2 Mon Sep 17 00:00:00 2001 From: danieldg Date: Wed, 2 Sep 2009 00:48:02 +0000 Subject: 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 --- include/usermanager.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') 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 = ""); -- cgit v1.2.3