ircd: remove basically entirely pointless ServerInfo.hub (closes #167)

This commit is contained in:
William Pitcock 2016-03-19 23:05:07 -05:00
parent 72b51232a9
commit 1859e9d7d7
8 changed files with 0 additions and 36 deletions

View file

@ -285,12 +285,6 @@ static struct InfoStruct info_table[] = {
&ConfigFileEntry.hide_spoof_ips,
"Hide IPs of spoofed users"
},
{
"hub",
OUTPUT_BOOLEAN_YN,
&ServerInfo.hub,
"Server is a hub"
},
{
"kline_delay",
OUTPUT_DECIMAL,