123456789101112131415161718 |
-
- [iam.saying.like.this]
- afk = pidof hexchat && hexchat -e -c 'away afk'
- atk = pidof hexchat && hexchat -e -c 'back'
- gone = pidof hexchat && hexchat -e -c 'nick amahdal|gone'
- back = pidof hexchat && hexchat -e -c 'nick amahdal'
-
- afk = echo "$(date -Iseconds) | afk one time" >> ~/.saturnin-iam.log
- atk = echo "$(date -Iseconds) | apparently knowing my password" >> ~/.saturnin-iam.log
- gone = echo "$(date -Iseconds) | gone one time" >> ~/.saturnin-iam.log
- back = echo "$(date -Iseconds) | back again" >> ~/.saturnin-iam.log
-
- [iam.using]
- if = em1
-
- [iam.seeing.gw]
- 00:00:0c:9f:f0:00 = rh
|