Browse Source

Add xchat command for ATK (ending AFK)

Alois Mahdal 10 years ago
parent
commit
c023ca68e9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/saturnin/iam.ini

+ 1
- 0
dotfiles/saturnin/iam.ini View File

15
 [iam.saying.like.this]
15
 [iam.saying.like.this]
16
     afk  = xchat -e -c 'away afk'
16
     afk  = xchat -e -c 'away afk'
17
     afk  = echo "$(date -Iminutes) | afk one time" >> ~/whatever.log
17
     afk  = echo "$(date -Iminutes) | afk one time" >> ~/whatever.log
18
+    atk  = xchat -e -c 'back'
18
     atk  = echo "$(date -Iminutes) | apparently knowing my password" >> ~/whatever.log
19
     atk  = echo "$(date -Iminutes) | apparently knowing my password" >> ~/whatever.log
19
     gone = xchat -e -c 'nick amahdal|gone'
20
     gone = xchat -e -c 'nick amahdal|gone'
20
     gone = echo "$(date -Iminutes) | gone one time" >> ~/whatever.log
21
     gone = echo "$(date -Iminutes) | gone one time" >> ~/whatever.log