]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
cron: add myself to author and contact list.
authorRealKindOne <redacted>
Sun, 1 Feb 2026 07:07:56 +0000 (02:07 -0500)
committerRealKindOne <redacted>
Sun, 1 Feb 2026 07:07:56 +0000 (02:07 -0500)
scripts/cron.pl

index b7ad9d4e702d30f5161ae17c0cc71f822ff4a57c..2be3f70e554cb59953090672aa340f2bae3e78ba 100644 (file)
@@ -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 <tag>
 #      -<number>
@@ -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',
git clone https://git.99rst.org/PROJECT