1AUTO-AWAY(7ctrlproxy)                                    AUTO-AWAY(7ctrlproxy)
2
3
4

NAME

6       auto-away - Automagic away
7

DESCRIPTION

9       This module sets your IRC status to 'away' after you have been
10       inactive('idle') for a certain period of time.
11

CONFIGURATION

13       The following XML elements are supported:
14
15       message
16              Message to set AWAY mode to when idle for too long.
17
18              time   Number of seconds you have to be idle before setting
19                     AWAY.
20
21              only_noclient
22                     If set, auto-away will only set AWAY when there are no
23                     clients connected to ctrlproxy.
24

EXAMPLE

26
27                 <ctrlproxy>
28                      <plugins>
29                           <plugin autoload="1" file="auto-away">
30                                <message time="600">I've been idle for 10 minutes, so I'm probably away. Please leave me a message. Thanks!</message>
31                           </plugin>
32                           <plugin autoload="1" file="socket"/>
33                      </plugins>
34
35                      <networks>
36                           <network name="OFTC">
37                                <servers><ipv4 host="irc.oftc.net"/></servers>
38                                <channel name="#flood.nl" autojoin="1"/>
39                           </network>
40                      </networks>
41                 </ctrlproxy>
42
43
44

VERSION

46       This man page is valid for version 0.1 of the plugin.
47

SEE ALSO

49       ctrlproxyrc(5), ctrlproxy(1), [1]http://ctrlproxy.vernstok.nl/
50

AUTHOR

52       [2]Jelmer Vernooij
53

REFERENCES

55       1. http://ctrlproxy.vernstok.nl/
56          http://ctrlproxy.vernstok.nl/
57
58       2. Jelmer Vernooij
59          mailto:
60
61
62
63                                  08/27/2006             AUTO-AWAY(7ctrlproxy)
Impressum