DanWin / le-chat-php

A PHP Chat based on LE CHAT
https://danwin1210.de/chat/
GNU General Public License v3.0
267 stars 100 forks source link

How can i add commands and emojis to the chat #48

Open nikillpop opened 6 years ago

nikillpop commented 6 years ago

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

FR3egn37 commented 6 years ago

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

DanWin commented 6 years ago

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.