Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Mod welcome message

Frug edited this page Oct 11, 2012 · 1 revision

Open Custom.js and add the following to the end of the file:

ajaxChat.customInitialize = function() {
	ajaxChat.addChatBotMessageToChatList('Welcome to our chat. Please follow the rules.');
}

That's it! It will display the welcome text only to the people who enter your chat.
Obviously you can change the text to say whatever you want, but make sure you do not use apostrophes ' in your text.