Browse Source

Separate logging and xchat status hooks

Alois Mahdal 10 years ago
parent
commit
52d4cf1b34
1 changed files with 9 additions and 9 deletions
  1. 9
    9
      dotfiles/saturnin/iam.ini

+ 9
- 9
dotfiles/saturnin/iam.ini 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'
17
-    afk  = echo "$(date -Iminutes) | afk one time" >> ~/whatever.log
18
-    atk  = xchat -e -c 'back'
19
-    atk  = echo "$(date -Iminutes) | apparently knowing my password" >> ~/whatever.log
20
-    gone = xchat -e -c 'nick amahdal|gone'
21
-    gone = echo "$(date -Iminutes) | gone one time" >> ~/whatever.log
22
-    back = xchat -e -c 'nick amahdal'
23
-    back = xchat -e -c 'back'
24
-    back = echo "$(date -Iminutes) | back again" >> ~/whatever.log
16
+    afk         = xchat -e -c 'away afk'
17
+    atk         = xchat -e -c 'back'
18
+    gone        = xchat -e -c 'nick amahdal|gone'
19
+    back        = xchat -e -c 'nick amahdal'
20
+
21
+    afk         = echo "$(date -Iminutes) | afk one time" >> ~/whatever.log
22
+    atk         = echo "$(date -Iminutes) | apparently knowing my password" >> ~/whatever.log
23
+    gone        = echo "$(date -Iminutes) | gone one time" >> ~/whatever.log
24
+    back        = echo "$(date -Iminutes) | back again" >> ~/whatever.log
25
 
25
 
26
 [iam.typing]
26
 [iam.typing]
27
     lang = cz
27
     lang = cz