/*
 * @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:

ajaxChat.customInitialize = function() {
	ajaxChat.addChatBotMessageToChatList('Welkom op onze shout/chatbox. Enkel geregistreerde forumgebruikers kunnen hier berichten plaatsen. Gelieve de forumregels te volgen bij het chatten.');
}

/*
// Example - Overriding the replaceCustomCommands method:
ajaxChat.replaceCustomCommands = function(text, textParts) {
	return text;
}
 */ 
