ソースを参照

Add xchat command for ATK (ending AFK)

Alois Mahdal 10 年 前
コミット
c023ca68e9
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      dotfiles/saturnin/iam.ini

+ 1
- 0
dotfiles/saturnin/iam.ini ファイルの表示

@@ -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