mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
Show libratbox version info to opers in /info.
This commit is contained in:
parent
31c86ea80f
commit
8ee12f0c43
1 changed files with 4 additions and 0 deletions
|
@ -642,7 +642,11 @@ mo_info(struct Client *client_p, struct Client *source_p, int parc, const char *
|
||||||
send_info_text(source_p);
|
send_info_text(source_p);
|
||||||
|
|
||||||
if(IsOper(source_p))
|
if(IsOper(source_p))
|
||||||
|
{
|
||||||
send_conf_options(source_p);
|
send_conf_options(source_p);
|
||||||
|
sendto_one_numeric(source_p, RPL_INFO, ":%s",
|
||||||
|
rb_lib_version());
|
||||||
|
}
|
||||||
|
|
||||||
send_birthdate_online_time(source_p);
|
send_birthdate_online_time(source_p);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue