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

Comparing ircd-hybrid-7.2/modules/core/m_join.c (file contents):
Revision 894 by michael, Fri Nov 2 10:55:01 2007 UTC vs.
Revision 896 by michael, Sat Nov 3 08:54:09 2007 UTC

# Line 416 | Line 416 | ms_join(struct Client *client_p, struct
416      {
417        set_channel_topic(chptr, NULL, NULL, 0);
418        chptr->topic_time = 0;
419 <      sendto_channel_local(ALL_MEMBERS, NO, chptr, ":%s TOPIC %s :",
419 >      sendto_channel_local(ALL_MEMBERS, 0, chptr, ":%s TOPIC %s :",
420                             (IsHidden(source_p) ||
421                             ConfigServerHide.hide_servers) ?
422                             me.name : source_p->name, chptr->chname);
# Line 435 | Line 435 | ms_join(struct Client *client_p, struct
435  
436      /* This _SHOULD_ be to ALL_MEMBERS
437       * It contains only +imnpstlk, etc */
438 <    sendto_channel_local(ALL_MEMBERS, NO, chptr, ":%s MODE %s %s %s",
438 >    sendto_channel_local(ALL_MEMBERS, 0, chptr, ":%s MODE %s %s %s",
439                           servername, chptr->chname, modebuf, parabuf);
440    }
441  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines