summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-09 10:04:58 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-09 10:04:58 +0000
commite964e2286d78ab691078db40e402f685561ef0ca (patch)
tree867b2a013238ef4aa0d4757ce949b15ad84f1393 /include/users.h
parentd91d734257619e26918b4da8153af42cd4f316de (diff)
common_channels -> userrec::SharesChannelWith()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4805 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/users.h b/include/users.h
index 5e6225dfb..cc7074004 100644
--- a/include/users.h
+++ b/include/users.h
@@ -627,9 +627,11 @@ class userrec : public connection
*/
void WriteCommonExcept(const std::string &text);
- void userrec::WriteWallOps(const char* text, ...);
+ void WriteWallOps(const char* text, ...);
- void userrec::WriteWallOps(const std::string &text);
+ void WriteWallOps(const std::string &text);
+
+ bool SharesChannelWith(userrec *other);
/** Default destructor
*/