summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/channels.h b/include/channels.h
index e9dcfb133..cbc4a423f 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -436,6 +436,12 @@ class chanrec : public Extensible
int CountInvisible();
+ int GetStatus(userrec *user);
+
+ int GetStatusFlags(userrec *user);
+
+ const char* GetStatusChar(userrec *user);
+
/** Destructor for chanrec
*/
virtual ~chanrec() { /* stub */ }