codec1 has quit [Read error: Connection reset by peer]
jemc has quit [Quit: WeeChat 1.9]
acarrico has joined #ponylang
dipin has quit [Quit: dipin]
dipin has joined #ponylang
jmiven has quit [Quit: co'o]
jmiven has joined #ponylang
dipin has quit [Quit: dipin]
acarrico has quit [Read error: Connection reset by peer]
jemc has joined #ponylang
jemc has quit [Ping timeout: 260 seconds]
jemc has joined #ponylang
jemc has quit [Ping timeout: 240 seconds]
jemc has joined #ponylang
jemc has quit [Ping timeout: 240 seconds]
jemc has joined #ponylang
mollymorphic has joined #ponylang
mollymorphic has quit [Quit: Lost terminal]
endformationage has quit [Quit: WeeChat 1.9.1]
gokr has joined #ponylang
gokr has quit [Ping timeout: 248 seconds]
jemc has quit [Ping timeout: 248 seconds]
user10032 has joined #ponylang
samuell has joined #ponylang
codec1 has joined #ponylang
samuell has quit [Quit: Leaving]
Pyrrh_ has joined #ponylang
Pyrrh has quit [Ping timeout: 240 seconds]
Pyrrh_ is now known as Pyrrh
dipin has joined #ponylang
gokr has joined #ponylang
gokr has quit [Read error: Connection reset by peer]
codec1 has quit [Read error: Connection reset by peer]
codec1 has joined #ponylang
codec1 has quit [Read error: Connection reset by peer]
codec1 has joined #ponylang
user10032 has quit [Quit: Leaving]
jemc has joined #ponylang
endformationage has joined #ponylang
gokr has joined #ponylang
jemc has quit [Ping timeout: 268 seconds]
vaninwagen_ has joined #ponylang
dipin has quit [Quit: dipin]
mollymorphic has joined #ponylang
gokr has quit [Ping timeout: 240 seconds]
vaninwagen_ has quit [Ping timeout: 260 seconds]
dipin has joined #ponylang
SenasOzys has joined #ponylang
moony has joined #ponylang
moonythedwarf has joined #ponylang
moony has quit [Ping timeout: 240 seconds]
ShalokShalom has joined #ponylang
SenasOzys has quit [Ping timeout: 260 seconds]
<
moonythedwarf>
Is there a version of Timer that only fires once instead of first fireing after an expiration date, and then fireing at a interval?
<
doublec>
moonythedwarf: if you return false from the apply method of the timer I believe it stops repeating
<
moonythedwarf>
oh, neat.