aboutsummaryrefslogtreecommitdiff
path: root/src/modules.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-03-08 23:26:30 +0000
committerGravatar brain2006-03-08 23:26:30 +0000
commit33df390bfff01ca58551f24096cdd70034052d98 (patch)
treea35d06a5019e833f203912e25795e8acee569cb6 /src/modules.cpp
parentFixed externs (diff)
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
Diffstat (limited to 'src/modules.cpp')
-rw-r--r--src/modules.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index d7525a519..f5129c837 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -631,11 +631,6 @@ std::string Server::ChanMode(userrec* User, chanrec* Chan)
return cmode(User,Chan);
}
-bool Server::IsOnChannel(userrec* User, chanrec* Chan)
-{
- return has_channel(User,Chan);
-}
-
std::string Server::GetServerName()
{
return Config->ServerName;