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

Comparing ircd-hybrid-8/src/modules.c (file contents):
Revision 1230 by michael, Thu Sep 22 19:41:19 2011 UTC vs.
Revision 1234 by michael, Fri Sep 23 08:15:04 2011 UTC

# Line 478 | Line 478 | mo_modlist(struct Client *client_p, stru
478      if (parc > 1 && !match(parv[1], modp->name))
479        continue;
480  
481 <    sendto_one(source_p, form_str(RPL_MODLIST), me.name, parv[0],
481 >    sendto_one(source_p, form_str(RPL_MODLIST), me.name, source_p->name,
482                 modp->name, modp->handle,
483                 modp->version, (modp->flags & MODULE_FLAG_CORE) ?"(core)":"");
484    }

Diff Legend

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