Topic: More than one mod tripcode

Is there any way to assign a different tripcode to each mod? This should be quite important since I want to be able to immediately revoke the mod privileges of any one mod who screws up, without locking all the other mods out until I can contact them....

2

Re: More than one mod tripcode

Yup, you just comma separate them in the conf file, such as:

define("MODERATORS","TRIPCODE1,TRIPCODE2,TRIPCODE3,TRIPCODE4");

etc. Note that these are the hashed form of the tripcode, but you probably already knew that.