summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/users.h b/include/users.h
index 503a1e568..b3de65941 100644
--- a/include/users.h
+++ b/include/users.h
@@ -258,7 +258,7 @@ public:
*/
unsigned long limit;
- int GetMaxChans()
+ size_t GetMaxChans()
{
return maxchans;
}
@@ -456,10 +456,6 @@ class CoreExport User : public connection
*/
void DecrementModes();
- /** Max channels for this user
- */
- unsigned int MaxChans;
-
std::map<std::string, bool>* AllowedOperCommands;
/** Allowed user modes from oper classes. */
@@ -505,8 +501,6 @@ class CoreExport User : public connection
*/
void StartDNSLookup();
- unsigned int GetMaxChans();
-
/** The users nickname.
* An invalid nickname indicates an unregistered connection prior to the NICK command.
* Use InspIRCd::IsNick() to validate nicknames.