From e74f3c6af40fd6cbd2fa36cc47ce79a4899477c0 Mon Sep 17 00:00:00 2001 From: Alexandre Morignot <erdnaxeli@gmail.com> Date: Mon, 12 Aug 2013 23:51:12 +0200 Subject: [PATCH] New chan (this must be exported in the config file on day) --- PlayBot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlayBot.pl b/PlayBot.pl index 6f57ca9..80b509a 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); +my @channels = qw(#nightiies #dansiie #pimpim #vitamine #fanfare #groop #bigphatsubwoofer); my $admin = 'moise'; my $baseurl = 'http://nightiies.iiens.net/links/'; my @nicksToVerify; -- GitLab