]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
cron: fix authors/contacts
authorRealKindOne <redacted>
Tue, 17 Feb 2026 03:39:58 +0000 (22:39 -0500)
committerRealKindOne <redacted>
Tue, 17 Feb 2026 03:39:58 +0000 (22:39 -0500)
scripts/cron.pl

index 501c868fe100ad652d47c327f4ffe9fa8e8566ba..9826bd08f316ebf0e699aae99900e7d72e9fdddb 100644 (file)
@@ -89,8 +89,8 @@ use vars qw($VERSION %IRSSI);
 
 $VERSION = "1.0";
 %IRSSI = (
-    authors    => 'Piotr Krukowiecki', 'KindOne',
-    contact    => 'piotr \at/ krukowiecki /dot\ net', 'KindOne @ libera.chat|oftc|efnet',
+    authors    => 'Piotr KrukowieckiKindOne',
+    contact    => 'piotr \at/ krukowiecki /dot\ netKindOne @ libera.chat|oftc|efnet',
     name       => 'cron aka jobs',
     description        => 'cron implementation, allows to execute commands at given interval/time',
     license    => 'GNU GPLv2',
git clone https://git.99rst.org/PROJECT