2012-05-07 18:54:48 +02:00
|
|
|
/def -mregexp -p2 -t'Na two.* ramie.* niespodziewanie.* szczur' _poczta_szczur = \
|
|
|
|
/set ogolne_poczta=$[strcat({ogolne_poczta},ftime("%H:%M",time()),"szczur","|")] %;\
|
|
|
|
/beep 1 %;\
|
2013-02-19 21:52:14 +01:00
|
|
|
/status_edit -r1 poczta_show:5:C%c_alarm %;\
|
2012-05-07 18:54:48 +02:00
|
|
|
/if ({poczta_show} !~ 'none' ) \
|
|
|
|
/set poczta_show=MULTI%;\
|
|
|
|
/else \
|
|
|
|
/set poczta_show=MSG%;\
|
|
|
|
/endif
|
|
|
|
|
|
|
|
/def -mregexp -p2 -t'Bialy golab pocztowy laduje na twoim ramieniu.' _poczta_golab = \
|
|
|
|
/set ogolne_poczta=$[strcat({ogolne_poczta},ftime("%H:%M",time()),"golab","|")] %;\
|
|
|
|
/beep 1 %;\
|
2013-02-19 21:52:14 +01:00
|
|
|
/status_edit -r1 poczta_show:5:C%c_alarm %;\
|
2012-05-07 18:54:48 +02:00
|
|
|
/if ({poczta_show} !~ 'none' ) \
|
|
|
|
/set poczta_show=MULTI%;\
|
|
|
|
/else \
|
|
|
|
/set poczta_show=MSG%;\
|
|
|
|
/endif
|
|
|
|
|
2014-01-04 22:20:26 +01:00
|
|
|
/def -mregexp -p2 -t'Na twoim ramieniu niespodziewanie wyladowal' _poczta_golab2= \
|
2012-05-07 18:54:48 +02:00
|
|
|
/set ogolne_poczta=$[strcat({ogolne_poczta},ftime("%H:%M",time()),"golab","|")] %;\
|
|
|
|
/beep 1 %;\
|
2013-02-19 21:52:14 +01:00
|
|
|
/status_edit -r1 poczta_show:5:C%c_alarm %;\
|
2012-05-07 18:54:48 +02:00
|
|
|
/if ({poczta_show} !~ 'none' ) \
|
|
|
|
/set poczta_show=MULTI%;\
|
|
|
|
/else \
|
|
|
|
/set poczta_show=MSG%;\
|
|
|
|
/endif
|