From: RealKindOne Date: Sun, 1 Feb 2026 07:07:56 +0000 (-0500) Subject: cron: add myself to author and contact list. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4eb60e53cae9bc4eabe3f4be97d7006a31fdf146;p=irssi-scripts.irssi.org.git cron: add myself to author and contact list. --- diff --git a/scripts/cron.pl b/scripts/cron.pl index b7ad9d4..2be3f70 100644 --- a/scripts/cron.pl +++ b/scripts/cron.pl @@ -4,7 +4,7 @@ # # Short help/usage: # /jobadd minute hour day_of_month month day_of_week command -# Possibile switches for jobadd: +# Possible switches for jobadd: # -disabled # -server # - @@ -87,8 +87,8 @@ use vars qw($VERSION %IRSSI); $VERSION = "1.0"; %IRSSI = ( - authors => 'Piotr Krukowiecki', - contact => 'piotr \at/ krukowiecki /dot\ net', + authors => 'Piotr Krukowiecki', 'KindOne', + contact => 'piotr \at/ krukowiecki /dot\ net', 'KindOne @ libera.chat|oftc|efnet', name => 'cron aka jobs', description => 'cron implementation, allows to execute commands at given interval/time', license => 'GNU GPLv2',