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 9390 by michael, Sat May 9 20:54:46 2020 UTC vs.
Revision 9391 by michael, Mon May 11 16:50:26 2020 UTC

# Line 228 | Line 228 | mo_module(struct Client *source_p, int p
228      return;
229    }
230  
231  if (EmptyString(subcmd))
232  {
233    sendto_one_numeric(source_p, &me, ERR_NEEDMOREPARAMS, "MODULE");
234    return;
235  }
236
231    for (const struct ModuleStruct *tab = module_cmd_table; tab->handler; ++tab)
232    {
233      if (irccmp(tab->cmd, subcmd))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines