0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-28 21:38:39 +02:00

Don't allow +Z to be set by default_umodes

This commit is contained in:
Stephen Bennett 2011-03-11 13:12:40 +00:00
parent 29bb66b12d
commit 5fabe51369

View file

@ -1593,6 +1593,7 @@ conf_set_general_default_umodes(void *data)
/* don't allow +o */
case 'o':
case 'S':
case 'Z':
case ' ':
break;