From: Marius Gavrilescu Date: Sat, 20 Sep 2014 21:31:11 +0000 (+0300) Subject: Add IRC to resources X-Git-Tag: 0.000_5~1 X-Git-Url: http://git.ieval.ro/?p=app-fonbot-daemon.git;a=commitdiff_plain;h=d4783a29c565be4e360d40cd10d962340561f6f6 Add IRC to resources --- diff --git a/Makefile.PL b/Makefile.PL index 6edcebd..8395a34 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,6 +32,7 @@ WriteMakefile( dynamic_config => 0, resources => { repository => 'http://git.ieval.ro/?p=app-fonbot-daemon.git', + IRC => 'irc://irc.freenode.net/#fonbot', }, } );