Send RPL_REHASHING if rehash was accepted

(cherry picked from commit f1b171a09cd076f743a7fff221fa7aa752abb374)
This commit is contained in:
Federico G. Schwindt 2012-09-26 13:13:10 +01:00 committed by Alexander Barton
parent e3a1a61868
commit d8ee498a65
2 changed files with 3 additions and 0 deletions

View File

@ -183,6 +183,8 @@ IRC_REHASH( CLIENT *Client, REQUEST *Req )
Log(LOG_NOTICE|LOG_snotice, "Got REHASH command from \"%s\" ...",
Client_Mask(Client));
IRC_WriteStrClient(Client, RPL_REHASHING_MSG, Client_ID(Client));
raise(SIGHUP);
return CONNECTED;

View File

@ -94,6 +94,7 @@
#define RPL_ENDOFMOTD_MSG "376 %s :End of MOTD command"
#define RPL_WHOISHOST_MSG "378 %s %s :is connecting from *@%s %s"
#define RPL_YOUREOPER_MSG "381 %s :You are now an IRC Operator"
#define RPL_REHASHING_MSG "382 %s :Rehashing"
#define RPL_YOURESERVICE_MSG "383 %s :You are service %s"
#define RPL_TIME_MSG "391 %s %s :%s"
#define RPL_HOSTHIDDEN_MSG "396 %s %s :is your displayed hostname now"