diff options
| author | Patrik Ã…kerfeldt | 2015-04-24 12:08:27 +0200 | 
|---|---|---|
| committer | Patrik Ã…kerfeldt | 2015-04-24 12:08:27 +0200 | 
| commit | 3bc7f107743468d6a3411e9f6844c92579b39a4c (patch) | |
| tree | 78f7d2922c89b4b090700481cf7ee3c1391c4b06 | |
| parent | 365277423d8f0bba7c84120b55d66b2453e7ea0a (diff) | |
| download | scripts.irssi.org-3bc7f107743468d6a3411e9f6844c92579b39a4c.tar.bz2 | |
Updating author details
I've had a rename since back when this script was written. Also, the old email address is soon deprecated.
| -rw-r--r-- | scripts/8-ball.pl | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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', | 
