src/newconf: add ability to disable UMODE_HIDECHANS

As requested by a staff member of an IRC network using elemental.
This commit is contained in:
Sam Dodrill 2014-12-10 14:33:25 -08:00
parent 7cfa92c570
commit e862c03515
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ static struct mode_table umode_table[] = {
{"noinvite", UMODE_NOINVITE },
{"bot", UMODE_BOT },
{"override", UMODE_OVERRIDE },
{"hidechans", UMODE_HIDECHANS },
{NULL, 0}
};