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 --- include/inspircd.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index 71a36f9b5..d81116a1d 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -671,21 +671,6 @@ class InspIRCd : public classbase void CloseLog(); - /** Convert a user to a pseudoclient, disconnecting the real user - * @param user The user to convert - * @param message The quit message to display when exiting the user - * @return True if the operation succeeded - */ - bool UserToPseudo(userrec* user, const std::string &message); - - /** Convert a pseudoclient to a real user, discarding the pseudoclient - * @param alive A live client - * @param zombie A pseudoclient - * @param message The message to display when quitting the pseudoclient - * @return True if the operation succeeded - */ - bool PseudoToUser(userrec* alive, userrec* zombie, const std::string &message); - /** Send a server notice to all local users * @param text The text format string to send * @param ... The format arguments -- cgit v1.2.3