/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 */

// Overriding client side functionality:

/*
// Example - Overriding the replaceCustomCommands method:
ajaxChat.replaceCustomCommands = function(text, textParts) {
	return text;
}
  */
 ajaxChat.customInitialize = function() {
	ajaxChat.addChatBotMessageToChatList('Welcome to XenonZcar.com chat,  XenonZcar.com supports the principles of free speech. However we also recognize the importance for people to respect the rights of others. Our goal is to create a fun and exciting environment for a general audience which also means a place where we dont tolerate behavior that is harmful to others. Our rules are pretty basic and are designed to support the creation of an inviting environment to meet new people and participate in vibrant discussions. So, please read this agreement.');
	ajaxChat.addChatBotMessageToChatList('You are entirely responsible and liable for all activities conducted when you use XenonZcar.com to communicate with other Members and Users of XenonZcar.com. Here is a list of rules which if violated, may result in a Member or User being kicked out of a chat room or permanently banned from using XenonZcar.');
	ajaxChat.addChatBotMessageToChatList('1. No flooding or spamming Interrupting the flow of the chat sessions with the use of large fonts, repetitive typing, chat clearing, the advertising of other websites or any other activity that makes it difficult for chatters to maintain a conversation is strictly prohibited.');
	ajaxChat.addChatBotMessageToChatList('2. No impersonating other members Changing your chat name or creating an account to impersonate other members is considered a form of harassment and is prohibited.');
	ajaxChat.addChatBotMessageToChatList('3. Absolutely no porn. Please keep in mind that there are minors on this website. Anyone violating this rule will be banned from the site immediately.');
	ajaxChat.addChatBotMessageToChatList('Thank you for following these rules and enjoy your stay.');
	}