From 33df390bfff01ca58551f24096cdd70034052d98 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 8 Mar 2006 23:26:30 +0000 Subject: Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish has_channel, no longer needed) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3562 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') 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(); -- cgit v1.2.3