From 32e2108dae4559e43e9f03af96acd64701c9a8ba Mon Sep 17 00:00:00 2001
From: Alexandre Morignot <erdnaxeli@gmail.com>
Date: Wed, 15 Oct 2014 20:14:42 +0200
Subject: [PATCH] add default channels

---
 PlayBot.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PlayBot.pl b/PlayBot.pl
index 8ba40b2..a6a88d6 100755
--- a/PlayBot.pl
+++ b/PlayBot.pl
@@ -27,7 +27,7 @@ my $nick = 'PlayBot';
 my $port = 6667;
 my $ircname = 'nightiies';
 my $username = 'nightiies';
-my @channels = qw(#nightiies #dansiie #pimpim #vitamine #fanfare #groop #bigphatsubwoofer);
+my @channels = qw(#nightiies #dansiie #pimpim #vitamine #fanfare #groop #bigphatsubwoofer #muzzik #leagueoflegends #toof);
 my $admin = 'moise';
 my $baseurl = 'http://nightiies.iiens.net/links/';
 my @nicksToVerify;
-- 
GitLab