|
Revision 4526, 0.9 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 | Hints for Using Licq |
|---|
| 2 | |
|---|
| 3 | o Use multiple accounts or just keep multiple user lists by using a |
|---|
| 4 | different base directory by runing licq with -b. |
|---|
| 5 | o You can pass plugins command line arguments simply by |
|---|
| 6 | appending them to the command line after a --. ie |
|---|
| 7 | "licq -p qt-gui -- -g MOTIF" |
|---|
| 8 | o Use the licq_fifo file in your base directory (~/.licq) to change your |
|---|
| 9 | status, your auto response, or exit licq remotely or from a script. See |
|---|
| 10 | The FAQ for details. |
|---|
| 11 | o Create new utilities to perform virtually any operation on a selected user. |
|---|
| 12 | See UTILITIES.HOWTO for more information. |
|---|
| 13 | o OnEvent parameters accept all the % options from the UTILITIES.HOWTO file. |
|---|
| 14 | Use this to for example have licq announce who a message is from using the |
|---|
| 15 | "say" program: |
|---|
| 16 | Command: say |
|---|
| 17 | Message: message from %a |
|---|
| 18 | Url: url from %a |
|---|
| 19 | ... |
|---|
| 20 | You can find "say" in the rsynth package at: |
|---|
| 21 | ftp://sunsite.unc.edu/pub/Linux/apps/sound/speech/rsynth-2.0.tgz |
|---|