mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 16:00:57 +01:00
INFO: Be easier on human eyes
This commit is contained in:
parent
c9b5cd623b
commit
cf3b152547
1 changed files with 11 additions and 11 deletions
|
@ -781,7 +781,7 @@ send_conf_options(struct Client *source_p)
|
||||||
{
|
{
|
||||||
if(infoptr->intvalue)
|
if(infoptr->intvalue)
|
||||||
{
|
{
|
||||||
sendto_one(source_p, ":%s %d %s :%-30s %-5d [%-30s]",
|
sendto_one(source_p, ":%s %d %s :%-30s %-16d [%s]",
|
||||||
get_id(&me, source_p), RPL_INFO,
|
get_id(&me, source_p), RPL_INFO,
|
||||||
get_id(source_p, source_p),
|
get_id(source_p, source_p),
|
||||||
infoptr->name, infoptr->intvalue,
|
infoptr->name, infoptr->intvalue,
|
||||||
|
@ -789,7 +789,7 @@ send_conf_options(struct Client *source_p)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sendto_one(source_p, ":%s %d %s :%-30s %-5s [%-30s]",
|
sendto_one(source_p, ":%s %d %s :%-30s %-16s [%s]",
|
||||||
get_id(&me, source_p), RPL_INFO,
|
get_id(&me, source_p), RPL_INFO,
|
||||||
get_id(source_p, source_p),
|
get_id(source_p, source_p),
|
||||||
infoptr->name, infoptr->strvalue,
|
infoptr->name, infoptr->strvalue,
|
||||||
|
@ -811,7 +811,7 @@ send_conf_options(struct Client *source_p)
|
||||||
{
|
{
|
||||||
char *option = *((char **) info_table[i].option);
|
char *option = *((char **) info_table[i].option);
|
||||||
|
|
||||||
sendto_one(source_p, ":%s %d %s :%-30s %-5s [%-30s]",
|
sendto_one(source_p, ":%s %d %s :%-30s %-16s [%s]",
|
||||||
get_id(&me, source_p), RPL_INFO,
|
get_id(&me, source_p), RPL_INFO,
|
||||||
get_id(source_p, source_p),
|
get_id(source_p, source_p),
|
||||||
info_table[i].name,
|
info_table[i].name,
|
||||||
|
@ -827,7 +827,7 @@ send_conf_options(struct Client *source_p)
|
||||||
{
|
{
|
||||||
char *option = (char *) info_table[i].option;
|
char *option = (char *) info_table[i].option;
|
||||||
|
|
||||||
sendto_one(source_p, ":%s %d %s :%-30s %-5s [%-30s]",
|
sendto_one(source_p, ":%s %d %s :%-30s %-16s [%s]",
|
||||||
get_id(&me, source_p), RPL_INFO,
|
get_id(&me, source_p), RPL_INFO,
|
||||||
get_id(source_p, source_p),
|
get_id(source_p, source_p),
|
||||||
info_table[i].name,
|
info_table[i].name,
|
||||||
|
@ -843,7 +843,7 @@ send_conf_options(struct Client *source_p)
|
||||||
{
|
{
|
||||||
int option = *((int *) info_table[i].option);
|
int option = *((int *) info_table[i].option);
|
||||||
|
|
||||||
sendto_one(source_p, ":%s %d %s :%-30s %-5d [%-30s]",
|
sendto_one(source_p, ":%s %d %s :%-30s %-16d [%s]",
|
||||||
get_id(&me, source_p), RPL_INFO,
|
get_id(&me, source_p), RPL_INFO,
|
||||||
get_id(source_p, source_p),
|
get_id(source_p, source_p),
|
||||||
info_table[i].name,
|
info_table[i].name,
|
||||||
|
@ -860,7 +860,7 @@ send_conf_options(struct Client *source_p)
|
||||||
{
|
{
|
||||||
int option = *((int *) info_table[i].option);
|
int option = *((int *) info_table[i].option);
|
||||||
|
|
||||||
sendto_one(source_p, ":%s %d %s :%-30s %-5s [%-30s]",
|
sendto_one(source_p, ":%s %d %s :%-30s %-16s [%s]",
|
||||||
get_id(&me, source_p), RPL_INFO,
|
get_id(&me, source_p), RPL_INFO,
|
||||||
get_id(source_p, source_p),
|
get_id(source_p, source_p),
|
||||||
info_table[i].name,
|
info_table[i].name,
|
||||||
|
@ -876,7 +876,7 @@ send_conf_options(struct Client *source_p)
|
||||||
{
|
{
|
||||||
int option = *((int *) info_table[i].option);
|
int option = *((int *) info_table[i].option);
|
||||||
|
|
||||||
sendto_one(source_p, ":%s %d %s :%-30s %-5s [%-30s]",
|
sendto_one(source_p, ":%s %d %s :%-30s %-16s [%s]",
|
||||||
get_id(&me, source_p), RPL_INFO,
|
get_id(&me, source_p), RPL_INFO,
|
||||||
get_id(source_p, source_p),
|
get_id(source_p, source_p),
|
||||||
info_table[i].name,
|
info_table[i].name,
|
||||||
|
@ -890,7 +890,7 @@ send_conf_options(struct Client *source_p)
|
||||||
{
|
{
|
||||||
int option = *((int *) info_table[i].option);
|
int option = *((int *) info_table[i].option);
|
||||||
|
|
||||||
sendto_one(source_p, ":%s %d %s :%-30s %-5s [%-30s]",
|
sendto_one(source_p, ":%s %d %s :%-30s %-16s [%s]",
|
||||||
me.name, RPL_INFO, source_p->name,
|
me.name, RPL_INFO, source_p->name,
|
||||||
info_table[i].name,
|
info_table[i].name,
|
||||||
option ? ((option == 1) ? "MASK" : "YES") : "NO",
|
option ? ((option == 1) ? "MASK" : "YES") : "NO",
|
||||||
|
|
Loading…
Reference in a new issue