From 432b306797b5a5a345affa3933a453efef0dac1c Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 11 May 2007 20:00:20 +0000 Subject: Remove some stuff deprecated since 1.0 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6985 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src') diff --git a/src/modules.cpp b/src/modules.cpp index 0acc3683c..c2adb1575 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -448,18 +448,6 @@ bool InspIRCd::AddResolver(Resolver* r, bool cached) } } -bool InspIRCd::UserToPseudo(userrec* user, const std::string &message) -{ - throw CoreException("The InspIRCd::UsertoPseudo function should not be used in InspIRCd later than 1.0.x"); - return false; -} - -bool InspIRCd::PseudoToUser(userrec* alive, userrec* zombie, const std::string &message) -{ - throw CoreException("The InspIRCd::PseudotoUser function should not be used in InspIRCd later than 1.0.x"); - return false; -} - void InspIRCd::AddGLine(long duration, const std::string &source, const std::string &reason, const std::string &hostmask) { XLines->add_gline(duration, source.c_str(), reason.c_str(), hostmask.c_str()); -- cgit v1.2.3