From 903ba4e2ebf608737e1890cfa43c3e92a9ec2cf4 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 8 Aug 2006 13:22:30 +0000 Subject: add_channel -> chanrec::JoinUser() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4787 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index 39265fcee..ebd810c41 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1513,13 +1513,6 @@ class Server : public Extensible */ virtual void SendToModeMask(const std::string &modes, int flags, const std::string &text); - /** Forces a user to join a channel. - * This is similar to svsjoin and can be used to implement redirection, etc. - * On success, the return value is a valid pointer to a chanrec* of the channel the user was joined to. - * On failure, the result is NULL. - */ - virtual chanrec* JoinUserToChannel(userrec* user, const std::string &cname, const std::string &key); - /** Forces a user nickchange. * This command works similarly to SVSNICK, and can be used to implement Q-lines etc. * If you specify an invalid nickname, the nick change will be dropped and the target user will receive -- cgit v1.3.1-10-gc9f91