summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h
index d0ed021a6..1d8e918aa 100644
--- a/include/users.h
+++ b/include/users.h
@@ -646,6 +646,10 @@ class userrec : public connection
void NoticeAll(char* text, ...);
+ std::string ChannelList(userrec* source);
+
+ void SplitChanList(userrec* dest, const std::string &cl);
+
/** Default destructor
*/
virtual ~userrec();