From f29e1cf383529a1a29f02b0669d973f5ee0b7a66 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 28 May 2014 12:07:29 -0400 Subject: Move most of the core pseudoclient logic to modules --- modules/commands/cs_invite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_invite.cpp') diff --git a/modules/commands/cs_invite.cpp b/modules/commands/cs_invite.cpp index 6f19042cc..9e0168b53 100644 --- a/modules/commands/cs_invite.cpp +++ b/modules/commands/cs_invite.cpp @@ -33,7 +33,7 @@ class CommandCSInvite : public Command return; } - ChannelInfo *ci = c->ci; + ChanServ::Channel *ci = c->ci; if (!ci) { source.Reply(CHAN_X_NOT_REGISTERED, chan.c_str()); -- cgit