File: HINTS

package info (click to toggle)
licq 0.76-2.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,648 kB
  • ctags: 3,872
  • sloc: cpp: 28,405; sh: 9,804; ansic: 4,287; perl: 1,597; makefile: 316
file content (21 lines) | stat: -rw-r--r-- 945 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Hints for Using Licq

o  Use multiple accounts or just keep multiple user lists by using a
   different base directory by runing licq with -b.
o  You can pass plugins command line arguments simply by 
	 appending them to the command line after a --.  ie
   "licq -p qt-gui -- -g MOTIF"
o  Use the licq_fifo file in your base directory (~/.licq) to change your
   status, your auto response, or exit licq remotely or from a script.  See
   The FAQ for details.
o  Create new utilities to perform virutally any operation on a selected user.
   See UTILITIES.HOWTO for more information.
o  OnEvent parameters accept all the % options from the UTILITIES.HOWTO file.
   Use this to for example have licq announce who a message is from using the
   "say" program:
   Command: say
   Message: message from %a
   Url: url from %a
   ...
   You can find "say" in the rsynth package at:
   ftp://sunsite.unc.edu/pub/Linux/apps/sound/speech/rsynth-2.0.tgz