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

Comparing ircd-hybrid-8/modules/core/m_message.c (file contents):
Revision 1242 by michael, Thu Sep 22 19:41:19 2011 UTC vs.
Revision 1243 by michael, Fri Sep 30 10:47:53 2011 UTC

# Line 24 | Line 24
24  
25   #include "stdinc.h"
26   #include "list.h"
27 #include "handlers.h"
27   #include "client.h"
28   #include "ircd.h"
29   #include "numeric.h"
31 #include "common.h"
30   #include "s_conf.h"
31   #include "s_serv.h"
32   #include "send.h"
35 #include "msg.h"
33   #include "parse.h"
34   #include "modules.h"
35   #include "channel.h"
# Line 41 | Line 38
38   #include "hash.h"
39   #include "packet.h"
40  
41 +
42   struct entity
43   {
44    void *ptr;
# Line 494 | Line 492 | msg_channel_flags(int p_or_n, const char
492       * another good catch, lee.  we never would echo to remote clients anyway,
493       * so use slightly less intensive sendto_channel_local()
494       */
495 <    sendto_channel_local(type, YES, chptr, ":%s!%s@%s %s %c%s :%s",
495 >    sendto_channel_local(type, 1, chptr, ":%s!%s@%s %s %c%s :%s",
496                           source_p->name, source_p->username,
497                           source_p->host, command, c, chptr->chname, text);
498    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines