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