mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
modperl: allow overriding timer label
This commit is contained in:
@@ -641,7 +641,7 @@ sub CreateTimer {
|
||||
$self->{_cmod},
|
||||
$a{interval}//10,
|
||||
$a{cycles}//1,
|
||||
"perl-timer",
|
||||
$a{label}//"perl-timer",
|
||||
$a{description}//'Just Another Perl Timer',
|
||||
$ptimer);
|
||||
$ptimer->{_ctimer} = $ctimer;
|
||||
|
||||
Reference in New Issue
Block a user