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 1736 by michael, Sun Jan 13 09:31:46 2013 UTC vs.
Revision 1765 by michael, Fri Jan 18 20:24:11 2013 UTC

# Line 82 | Line 82 | mo_rehash(struct Client *client_p, struc
82      }
83      else
84      {
85 <      sendto_one(source_p, ":%s NOTICE %s :rehash one of :DNS FDLIMIT "
86 <                 "MOTD", me.name, source_p->name);
85 >      sendto_one(source_p, ":%s NOTICE %s :rehash one of :DNS MOTD",
86 >                 me.name, source_p->name);
87        return;
88      }
89    }

Diff Legend

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