productionpudding! *brums*
This commit is contained in:
parent
c59379777e
commit
f5f7adac4b
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ use strict;
|
|||
|
||||
my $irc = new Net::IRC;
|
||||
my $conn = $irc->newconn(Nick => 'puddingbrumsel',
|
||||
Server => 'irc.belwue.de');
|
||||
Server => shift || 'irc.belwue.de');
|
||||
|
||||
$conn->{channel} = "!6Y9HIabcde";
|
||||
$conn->{channel} = shift || "!6Y9HIabcde";
|
||||
$conn->{lastpudding} = time();
|
||||
$conn->{specialwday} = 0;
|
||||
|
||||
|
|
Reference in a new issue