Plugin Author
Marcin
(@marcinlawrowski)
Hello,
Do you mean commands like /ban UserName ? They are stored as separate files in wise-chat/src/commands directory. You have to create a class for new command, for example:
WiseChatTestCommand.php
and /test command will be available.
-
This reply was modified 9 years, 3 months ago by
Marcin.
thank you i am there now looking at your code, not sure yet what the Dao etc is but will go thru it more..
i want to be able to have a set of commands for the users and not just mods. what would we need to add and where to make that possible?
Plugin Author
Marcin
(@marcinlawrowski)
These commands are available only for logged in administrators. I’m afraid it would be a lot of coding in order to provide them for regular (anonymous) users as well.