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:
parent
7cfa92c570
commit
e862c03515
|
@ -296,6 +296,7 @@ static struct mode_table umode_table[] = {
|
|||
{"noinvite", UMODE_NOINVITE },
|
||||
{"bot", UMODE_BOT },
|
||||
{"override", UMODE_OVERRIDE },
|
||||
{"hidechans", UMODE_HIDECHANS },
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue