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

Comparing ircd-hybrid/trunk/modules/m_rehash.c (file contents):
Revision 9391 by michael, Sat May 9 20:54:46 2020 UTC vs.
Revision 9392 by michael, Mon May 11 16:59:24 2020 UTC

# Line 123 | Line 123 | mo_rehash(struct Client *source_p, int p
123    const char *option = NULL;
124    const char *server = NULL;
125  
126  if (EmptyString(parv[parc - 1]))
127  {
128    sendto_one_numeric(source_p, &me, ERR_NEEDMOREPARAMS, "REHASH");
129    return;
130  }
131
126    if (parc < 3)
127    {
128      if (!HasOFlag(source_p, OPER_FLAG_REHASH))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines