summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/channels.h b/include/channels.h
index 32f28c751..e9dcfb133 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -428,6 +428,14 @@ class chanrec : public Extensible
*/
void WriteAllExceptSender(userrec* user, char status, const std::string& text);
+ long GetMaxBans();
+
+ char* ChanModes(bool showkey);
+
+ void UserList(userrec *user);
+
+ int CountInvisible();
+
/** Destructor for chanrec
*/
virtual ~chanrec() { /* stub */ }