Sfoglia il codice sorgente

Add xchat command for ATK (ending AFK)

Alois Mahdal 10 anni fa
parent
commit
c023ca68e9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      dotfiles/saturnin/iam.ini

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

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