summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/modules.h b/include/modules.h
index 5b5b177a4..7bc4d3d4c 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1416,11 +1416,6 @@ class Server : public classbase
*/
virtual std::string ChanMode(userrec* User, chanrec* Chan);
- /** Checks if a user is on a channel.
- * This function will return true or false to indicate if user 'User' is on channel 'Chan'.
- */
- virtual bool IsOnChannel(userrec* User, chanrec* Chan);
-
/** Returns the server name of the server where the module is loaded.
*/
virtual std::string GetServerName();