Add ability to disable channel mode +u

Closes #43
This commit is contained in:
Sam Dodrill 2015-02-19 23:36:07 -08:00
parent 0c372c65fc
commit 9c83aac397
1 changed files with 3 additions and 0 deletions

View File

@ -1002,6 +1002,9 @@ validate_conf(void)
cflag_orphan('M');
continue;
}
if(*dm == 'u') {
cflag_orphan('u');
}
}
}
construct_cflag_param_string();