|
发表于 2003-4-1 07:35:14
|
显示全部楼层
里面有README,注意大小写。里面的安装过程写的很详细。。
$ tar zxvf Net-OICQ-0.5.tgz
$ cd Net-OICQ-0.5
$ perl Makefile.PL
$ make
$ make test
$ su
# make install
# cp oicq /usr/local/bin
# chmod a+x /usr/local/bin/oicq
# exit
#export OICQ_PW=OICQ密码
#oicq 号码
/help 这是看帮助,如下的就是。
/help
-------------------------------- Help Message --------------------------------
All lines that begin with / (slash) are treated as keyboard commands.
/help, /? - print this help message
/52482796 - set destination id num to 52482796
/away - toggle auto-reply
/ls [id] - list id numbers stored in user directory
/rm [id] - remove locally stored user info
/buf - show message buffer
/rmbuf - clear message buffer
/hist - show history
/obj - show object
/set - set object attribute
/clear - clear screen
/get [id] - get user info of the specified id (default to yourself)
/who - get a list of online friends
/s [n] - list n x 25 online users if n < 100, or chekc if [n] is online
/head n - set head picture to number n
/update - update information
/accept [id] - accept contact from id
/reject [id] - reject contact from id
/add [id] - add a user to friend list
/del [id] - delete a user from friend list
/ban [id] - forbid a user from contacting you
/passwd xxxx - change passwd to xxxx
Lines that do not begin with / will be stored in the message buffer
and will be sent to destination id when an empty line is entered.
This allows you to send a message of multiple lines.
==============================================================================
|
|