diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cron.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cron.pl b/scripts/cron.pl index 9e1d125..bb761c2 100644 --- a/scripts/cron.pl +++ b/scripts/cron.pl @@ -290,6 +290,8 @@ sub cmd_jobsload { Irssi::print("Jobs loaded"); } +cmd_jobsload(); + Irssi::command_bind('jobs', 'cmd_jobs', 'Cron'); Irssi::command_bind('jobadd', 'cmd_jobadd', 'Cron'); Irssi::command_bind('jobdel', 'cmd_jobdel', 'Cron'); |
