From: timriker Date: Sat, 29 May 2004 09:01:32 +0000 (+0000) Subject: why was this one a dereference instead of a string? X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=94c400bd94f8964e202e06d8748b1871ce630aec;p=infobot.git why was this one a dereference instead of a string? git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@944 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/IRC/IrcHooks.pl b/src/IRC/IrcHooks.pl index f3dcba7..7b098ae 100644 --- a/src/IRC/IrcHooks.pl +++ b/src/IRC/IrcHooks.pl @@ -182,7 +182,7 @@ sub on_endofmotd { } if ($firsttime) { - &ScheduleThis(1, \&setupSchedulers); + &ScheduleThis(1, "setupSchedulers"); $firsttime = 0; }