Fix up more things with bandb.
This commit is contained in:
parent
80c9ac516e
commit
23959371d0
4 changed files with 23 additions and 23 deletions
|
@ -772,7 +772,7 @@ stats_resv(struct Client *source_p)
|
|||
if(!aconf->hold)
|
||||
sendto_one_numeric(source_p, RPL_STATSQLINE,
|
||||
form_str(RPL_STATSQLINE),
|
||||
'Q', aconf->port, aconf->name, aconf->passwd);
|
||||
'Q', aconf->port, aconf->host, aconf->passwd);
|
||||
}
|
||||
|
||||
HASH_WALK(i, R_MAX, ptr, resvTable)
|
||||
|
@ -781,7 +781,7 @@ stats_resv(struct Client *source_p)
|
|||
if(!aconf->hold)
|
||||
sendto_one_numeric(source_p, RPL_STATSQLINE,
|
||||
form_str(RPL_STATSQLINE),
|
||||
'Q', aconf->port, aconf->name, aconf->passwd);
|
||||
'Q', aconf->port, aconf->host, aconf->passwd);
|
||||
}
|
||||
HASH_WALK_END
|
||||
}
|
||||
|
@ -1081,7 +1081,7 @@ stats_tgecos(struct Client *source_p)
|
|||
if(aconf->hold)
|
||||
sendto_one_numeric(source_p, RPL_STATSXLINE,
|
||||
form_str(RPL_STATSXLINE),
|
||||
'x', aconf->port, aconf->name,
|
||||
'x', aconf->port, aconf->host,
|
||||
aconf->passwd);
|
||||
}
|
||||
}
|
||||
|
@ -1099,7 +1099,7 @@ stats_gecos(struct Client *source_p)
|
|||
if(!aconf->hold)
|
||||
sendto_one_numeric(source_p, RPL_STATSXLINE,
|
||||
form_str(RPL_STATSXLINE),
|
||||
'X', aconf->port, aconf->name,
|
||||
'X', aconf->port, aconf->host,
|
||||
aconf->passwd);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue