Show libratbox version info to opers in /info.

This commit is contained in:
Jilles Tjoelker 2008-12-23 00:28:05 +01:00
parent 7b52cd51d5
commit c552a39d49
1 changed files with 4 additions and 0 deletions

View File

@ -642,7 +642,11 @@ mo_info(struct Client *client_p, struct Client *source_p, int parc, const char *
send_info_text(source_p);
if(IsOper(source_p))
{
send_conf_options(source_p);
sendto_one_numeric(source_p, RPL_INFO, ":%s",
rb_lib_version());
}
send_birthdate_online_time(source_p);