1
2
3
4
5
6
7
8
|
on *:join:#Lost: { .hadd -mz LostJoins $address }
on *:TEXT:!next:#Lost,#redalert,#Lost.staff,#a-tit,#kissmyass,#lost.cz,#aveit.radio: {
if (($nick ison #Lost.staff) || (!$hget(LostJoins,$address))) {
.msg $chan Next Episode:- Lost %epno ( %epname ) airs on %epdate 2007 %eptime am GMT ( $+ $duration($calc($ctime(%epdate $asctime(yyyy) %eptime) - $ctime)) $+ ) msg thanks to #AveIT.Radio
.notice $nick !NextInfo for more details. (Warning: May be spoiler! Includes summary of the next episode, will not be shown in channel.)
}
else .notice $nick Please wait a short while after joining the channel before requestion the next episode information.
} |