summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h
index cc7074004..82da66c19 100644
--- a/include/users.h
+++ b/include/users.h
@@ -633,6 +633,12 @@ class userrec : public connection
bool SharesChannelWith(userrec *other);
+ bool ChangeDisplayedHost(const char* host);
+
+ bool ChangeName(const char* gecos);
+
+ int CountChannels();
+
/** Default destructor
*/
virtual ~userrec();