Show libratbox version info to opers in /info.
This commit is contained in:
parent
7b52cd51d5
commit
c552a39d49
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue