浏览代码

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