[Plugin: PHPFreeChat] add more admin usernames and passwords
-
Hello,
I want to have more than one identifier for people to be able and identify as admins.
In src/pfcglobalconfig.class.php we have the option to do it but it does not work for me. I might do it wrong.
var $admins = array(“admin” => “”);
I want to do it like this
var $admins = array(“admin” => “adminpass1″,”admin2” => “adminpass2″,”admin3” => “adminpass3”);Also initiating the /help command you are able to see valid commands. But there is no help for them on the windows that opens.
Lets say there is the /roll command. I would like to be able to see that to use the /roll command i have to tell how many dice and how many numbers on every dice you want. So you need to input /roll 2d6 for 2 dice and 6 numbers on every dice.Where can i change the output of the /help command so that i can input some more info on this output?
Also is it possible to see more info with the /whois command taken from wordpress? Maybe at the user box also with left click on a users name?
- The topic ‘[Plugin: PHPFreeChat] add more admin usernames and passwords’ is closed to new replies.