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

Comparing ircd-hybrid-7.2/modules/core/m_mode.c (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 632 by michael, Thu Jun 1 10:53:00 2006 UTC

# Line 111 | Line 111 | m_mode(struct Client *client_p, struct C
111      return;
112    }
113  
114 <  if (!check_channel_name(parv[1]))
114 >  if (!check_channel_name(parv[1], !!MyConnect(source_p)))
115    {
116      sendto_one(source_p, form_str(ERR_BADCHANNAME),
117                 me.name, source_p->name, parv[1]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines