diff options
| author | 2006-08-08 13:22:30 +0000 | |
|---|---|---|
| committer | 2006-08-08 13:22:30 +0000 | |
| commit | 903ba4e2ebf608737e1890cfa43c3e92a9ec2cf4 (patch) | |
| tree | e8fd0a74b50da79e46b93dfa7d0d6fc80498cbbb /src/modules.cpp | |
| parent | Change to chanrec::PartUser. As with KickUser and ServerKickUser, returns the... (diff) | |
add_channel -> chanrec::JoinUser()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4787 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index a171e427f..d012d2c71 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -400,11 +400,6 @@ void Server::SendToModeMask(const std::string &modes, int flags, const std::stri WriteMode(modes.c_str(),flags,"%s",text.c_str()); } -chanrec* Server::JoinUserToChannel(userrec* user, const std::string &cname, const std::string &key) -{ - return add_channel(user,cname.c_str(),key.c_str(),false); -} - chanuserlist Server::GetUsers(chanrec* chan) { chanuserlist userl; |
