cmd_invt_kick() is normally permitted when the room namespace matches the user number...
authorArt Cancro <ajc@citadel.org>
Tue, 7 Sep 2010 20:01:29 +0000 (16:01 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 7 Sep 2010 20:01:29 +0000 (16:01 -0400)
commitae1b7a3a9531d8be10de6e0ea9c79230fc7afb9c
tree1a16c6523ec64cf7d898b1d177bef8f39d6e6b9d
parent149c6ffe8db1f96a3bcd9403d4bd8804e439b9f4
cmd_invt_kick() is normally permitted when the room namespace matches the user number because it means the user owns the room.  Disable this when the namespace happens to be 0.
citadel/user_ops.c