Skip to content

General modifications

Philip Nicolcev edited this page Feb 26, 2014 · 4 revisions

Modifying AJAX Chat

When modifying AJAX Chat you are encouraged to use the included files to override the functions you want to change rather than editing the core files directly. This will make updating your chat when new versions are released much easier.

Examples

Here are some example modifications submitted by users.

Add A Word Filter

  • Description: Censor or just replace words for fun.
Away Command
  • Description: Adds a /afk command
Channel Descriptions
  • Description: add a custom message when channels are joined
Make your Chatbot Smarter
  • Description: Add keyword triggers your chatbot will respond to
Remove Chatters who don't Logout
  • Description: Options to deal with the last person in chat who closes the window without logging out
Take Over the Chatbot
  • Description: adds a /takeover command to speak through the chatbot.
Welcome Message
  • Description: Displays a welcome message or rules to a user when they join chat.
Quick Reply to Private Message
  • Description: use /r to reply to the last private message received.
Make an Announcement to All Users
  • Description: adds a /wall command to send a message to everyone logged into the chat.
Clone this wiki locally