Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_rehash.c
index 24055ea879320540fc8ebd03ab6b069c25505b7c..0d2358a8f4ead5420cf30f1799593a263be5bd71 100644 (file)
@@ -115,7 +115,6 @@ int mo_rehash(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
 #endif
   {
     send_reply(sptr, ERR_NOPRIVILEGES);
-    sendto_one(sptr, err_str(ERR_NOPRIVILEGES), me.name, parv[0]);
     return 0;
   }
   send_reply(sptr, RPL_REHASHING, configfile);