le-chat-php icon indicating copy to clipboard operation
le-chat-php copied to clipboard

How can i add commands and emojis to the chat

Open nikillpop opened this issue 7 years ago • 2 comments

i would like to add commands to the chat like if i type in !command it would respond with "this is a custom command" and i would also like to add emojis to the chat

nikillpop avatar Apr 23 '18 17:04 nikillpop

Read the chat.php I sure it's possible to do this yourself.

FR3egn37 avatar Jun 06 '18 16:06 FR3egn37

There is a filter function. When you go to the admin tab, click on filters and fill in the match and replacement of a string. Also see https://github.com/DanWin/le-chat-php#regex for advanced regular expression matching. You may also want to include something like https://www.emojione.com/ but this will require small changes in code.

DanWin avatar Jun 09 '18 08:06 DanWin