View difference between Paste ID: 1p89jx9q and EnbxgJMf
SHOW: | | - or go back to the newest paste.
1
on *:TEXT:.fact:#: {
2
if %timer [ $+ [ $nick ] ] != on {
3
factz
4
set %timer [ $+ [ $nick ] ] on
5-
timer 1 60 set %timer [ $+ [ $nick ] ] off } }
5+
timer 1 60 set %timer [ $+ [ $nick ] ] off }
6
if %timer [ $+ [ $nick ] ] == on {
7
notice $nick Let that fact get in your head first. } }