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