You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
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.