summaryrefslogtreecommitdiff
path: root/include/modules.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/modules.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/modules.h')
-rw-r--r--include/modules.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/modules.h b/include/modules.h
index 392047a35..cb105c60e 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1327,12 +1327,6 @@ class Server : public Extensible
*/
virtual void Log(int level, const std::string &s);
- /** Returns true if two users share a common channel.
- * This method is used internally by the NICK and QUIT commands, and the Server::SendCommon
- * method.
- */
- virtual bool CommonChannels(userrec* u1, userrec* u2);
-
/** Returns true if a nick is valid.
* Nicks for unregistered connections will return false.
*/