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, 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
*/