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, 16 insertions, 0 deletions
diff --git a/library/ajaxchat/chat/lib/data/channels.php b/library/ajaxchat/chat/lib/data/channels.php
new file mode 100644
index 000000000..8688e5e7b
--- /dev/null
+++ b/library/ajaxchat/chat/lib/data/channels.php
@@ -0,0 +1,16 @@
+<?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