Browse Source

Use /AWAY and /BACK IRC commands

Alois Mahdal 10 years ago
parent
commit
7b1cf85505
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles/saturnin/iam.conf

+ 2
- 0
dotfiles/saturnin/iam.conf View File

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