ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/modules/m_invite.c
(Generate patch)

Comparing ircd-hybrid-7.2/modules/m_invite.c (file contents):
Revision 1010 by michael, Wed Oct 31 18:09:24 2007 UTC vs.
Revision 1011 by michael, Fri Sep 18 10:14:09 2009 UTC

# Line 23 | Line 23
23   */
24  
25   #include "stdinc.h"
26 < #include "tools.h"
26 > #include "list.h"
27   #include "handlers.h"
28 #include "common.h"
28   #include "channel.h"
29   #include "channel_mode.h"
31 #include "list.h"
30   #include "client.h"
31   #include "hash.h"
32   #include "irc_string.h"
# Line 172 | Line 170 | m_invite(struct Client *client_p, struct
170        if (chptr->mode.mode & MODE_PRIVATE)
171        {
172          /* Only do this if channel is set +i AND +p */
173 <        sendto_channel_local(CHFL_CHANOP|CHFL_HALFOP, NO, chptr,
173 >        sendto_channel_local(CHFL_CHANOP|CHFL_HALFOP, 0, chptr,
174                               ":%s NOTICE %s :%s is inviting %s to %s.",
175                               me.name, chptr->chname, source_p->name,
176                               target_p->name, chptr->chname);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines