Ciprian Murariu - 2006-08-06

Logged In: YES
user_id=1363553

Very interesting and makes sense to me. It should be
prevented. I'll take a look.
However, I won't let the power to moderators to see Ip's.
They can report to admins when somebody does anything
wrong. And this is pretty easy: only the whois.cmd.php:
Serach for this condition:
if ($power != "weak")
Change it to:
if ($power == "admin")

I would also limit the abillity for moderators to promote
users only in the room/rooms they are moderators in, not
in all (*)

I want to fix this somehow in the Plus version. Any
comments/suggestions?