もどる
ながら日記
2005/04版 その1

[前日へ続く]

2005/04/02 (土)

[Vine] newsbot.pl のいじった場所

+ http://www.hoso.net/~yu-ji/newsbot/
newsbot.pl

# cache check
if (not existsCache($channel, $subject, $url)) {
# my($message);
# $message = $subject . ' ' . $url;
# push message up
push(@{$heap->{'buffer_send'}},
'NOTICE '
. encode($options->{'server_encoding'}, $channel) . ' :'
. encode($options->{'server_encoding'}, $url));
push(@{$heap->{'buffer_send'}},
'NOTICE '
. encode($options->{'server_encoding'}, $channel) . ' :'
. encode($options->{'server_encoding'}, $subject));
} else {
debugMsg("[$state] cache hit");
}
}
rss.pl
# load previous chDate
my($dir, $chDatePrev, $latestPrev, $period, $freq, $base);
($dir = $0) =~ s/\/rss\.pl\/dat$//;


[後日へ続く]

[最新版へ]

メールはこちらへ...[おーるまいてぃー / Almighty / almighty@ra.sakura.ne.jp]
この日記は、手を加えたGNSを使用して作成されています。