From: Patrik Ã…kerfeldt Date: Fri, 24 Apr 2015 10:08:27 +0000 (+0200) Subject: Updating author details X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3bc7f107743468d6a3411e9f6844c92579b39a4c;p=irssi-scripts.irssi.org.git Updating author details I've had a rename since back when this script was written. Also, the old email address is soon deprecated. --- diff --git a/scripts/8-ball.pl b/scripts/8-ball.pl index 5087080..41a522d 100644 --- a/scripts/8-ball.pl +++ b/scripts/8-ball.pl @@ -30,8 +30,8 @@ use Irssi qw(command_bind signal_add); use IO::File; $VERSION = '0.21'; %IRSSI = ( - authors => 'Patrik Jansson', - contact => 'gein@knivby.nu', + authors => 'Patrik Akerfeldt', + contact => 'patrik.akerfeldt@gmail.com', name => '8-ball', description => 'Dont like to take decisions? Have the 8-ball do it for you instead.', license => 'GPL',