aboutsummaryrefslogtreecommitdiffstats
path: root/library/ajaxchat/chat/lib/data/channels.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/ajaxchat/chat/lib/data/channels.php')
-rw-r--r--library/ajaxchat/chat/lib/data/channels.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/library/ajaxchat/chat/lib/data/channels.php b/library/ajaxchat/chat/lib/data/channels.php
deleted file mode 100644
index 8688e5e7b..000000000
--- a/library/ajaxchat/chat/lib/data/channels.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-/*
- * @package AJAX_Chat
- * @author Sebastian Tschan
- * @copyright (c) Sebastian Tschan
- * @license Modified MIT License
- * @link https://blueimp.net/ajax/
- */
-
-// List containing the custom channels:
-$channels = array();
-
-// Sample channel list:
-$channels[0] = 'Public';
-$channels[1] = 'Private';
-?> \ No newline at end of file