1
This commit is contained in:
parent
83015f3153
commit
4f2bbdc269
@ -140,7 +140,12 @@ void Guild::_CMGuildAgree(f8::MsgHdr& hdr, const cs::CMGuildAgree& msg)
|
|||||||
|
|
||||||
void Guild::_CMGuildKick(f8::MsgHdr& hdr, const cs::CMGuildKick& msg)
|
void Guild::_CMGuildKick(f8::MsgHdr& hdr, const cs::CMGuildKick& msg)
|
||||||
{
|
{
|
||||||
|
ss::SS_IM_ForwardGuildCMMsg *forward_msg = (ss::SS_IM_ForwardGuildCMMsg*)hdr.user_data;
|
||||||
|
|
||||||
cs::SMGuildKick respmsg;
|
cs::SMGuildKick respmsg;
|
||||||
|
GuildMgr::Instance()->ForwardGuildSMMsg(hdr.socket_handle,
|
||||||
|
forward_msg->context(),
|
||||||
|
respmsg);
|
||||||
#if 0
|
#if 0
|
||||||
GuildMember* member = GetMember(context.user_info().base_data().account_id());
|
GuildMember* member = GetMember(context.user_info().base_data().account_id());
|
||||||
if (!member) {
|
if (!member) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user