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

Comparing ircd-hybrid/trunk/modules/m_module.c (file contents):
Revision 1652 by michael, Tue Nov 13 20:28:53 2012 UTC vs.
Revision 1653 by michael, Wed Nov 14 11:50:55 2012 UTC

# Line 217 | Line 217 | mo_module(struct Client *client_p, struc
217      {
218        modp = ptr->data;
219  
220 <      if (!EmpyString(parv[2]) && match(parv[2], modp->name))
220 >      if (!EmptyString(parv[2]) && match(parv[2], modp->name))
221          continue;
222  
223        sendto_one(source_p, form_str(RPL_MODLIST), me.name, source_p->name,

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)