root/tags/auto-reply-0_15/auto-reply/README

Revision 829, 1.3 kB (checked in by graham, 9 years ago)

Modified for v0.11

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1Licq ICQ Auto Replyer Plugin
2___________________________
3
4
5QUICK INSTALLATION
6
7To get up and running quickly (assuming you are familiar with loading
8plugins for Licq), simple run
9
10configure
11make
12make install
13
14And then move licq_autoreply.conf to ~/.licq/licq_autoreply.conf and edit this
15file appropriately.
16
17
18DESCRIPTION
19
20This program is an ICQ auto replyer.  It is a plugin for the Licq
21daemon and must run on it's own.
22This program is distributed under the GPL, see the accompanying COPYING
23file for more information.
24Any events (messages, urls...) received while the plugin is enabled will
25cause the plugin to reply with the output from any specified program
26(fortune by default).
27
28RUNNING
29
30Loading and running the plugin is simply a matter of running Licq like so:
31"licq -p autoreply -- -e -l <status>"
32
33<ststus> is equivalent (and uses the same status strings as)
34the fifo command "status" (see the FAQ under FIFO).
35
36For example, to start Licq using the auto replyer and have it start in
37enabled mode and logon, run:
38licq -f -p autoreply -- -e -l online
39
40CONFIGURING
41
42The plugin uses a small configuration file (~/.licq/licq_autoreply.conf) which must
43be set up by hand.  A sample is included with the source, and includes help on
44the various settings.
45
46
47PROBLEMS
48
49If there are any problems, report them to 031233v@dragon.acadiau.ca or graham@licq.org
50
51
Note: See TracBrowser for help on using the browser.