X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=eventum-irc.php;h=5839c302dbb8a6a28b93f8da27fc31dc46c5a746;hb=9bf76dbfcb00a877b08e1aae27b19f3e6aee25bb;hp=288742cfe0b8ee0b4e7809afba7b3818aef28f73;hpb=6f779bf8a19cd57dd39e3823483a9312c612444b;p=packages%2Feventum.git diff --git a/eventum-irc.php b/eventum-irc.php index 288742c..5839c30 100644 --- a/eventum-irc.php +++ b/eventum-irc.php @@ -1,12 +1,19 @@ IRC Channel + 'Default Project' => '#issues', +); -$irc_default_channel = '#issues'; +$nickname = 'EventumBOT'; +$realname = 'Eventum Issue Tracking System'; -?> +// do you need a username/password to connect to this server? if +// so, fill in the next two variables +$username = ''; +$password = '';