LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: perloicq

Perl OICQ 今天发表

[复制链接]
发表于 2003-3-28 18:24:14 | 显示全部楼层

0.5版本的一个BUG?

刚才碰到了一个BUG,有些ID发来的消息显示不了,就改了一下

82行
..........
my $MsgPrecursor = chr(0x00)x8 . chr(0x01);
+ my $MsgPrecursor2 = chr(0x00)x4 . chr(0x01);
.........                                    

803行
.....
-    if ($plain =~ /$MsgPrecursor(.*)$/s) {
+    if ($plain =~ /$MsgPrecursor2(.*)$/s) {
.....
发表于 2003-3-29 14:51:01 | 显示全部楼层
谁使用过说说可以吗?
发表于 2003-3-29 21:48:21 | 显示全部楼层
没有Readme吗,仔细读一下
发表于 2003-3-31 21:55:04 | 显示全部楼层
没有readme啊,装好后都不知道怎么启动??更不用说使用了...
发表于 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.
==============================================================================

发表于 2003-4-5 10:44:23 | 显示全部楼层
请问0.5的password怎么设置啊?
发表于 2003-4-6 11:38:42 | 显示全部楼层
这位兄弟好久没在这里出现了,要不大家还可以合计合计,一起想办法写个gaim的插件或独立的客户端,省得很多兄弟为了用oicq只能使用.58的gaim。
发表于 2003-4-7 13:08:17 | 显示全部楼层
可以用电子邮件和它联系,地址在它的主业上。我也是和它联系之后才解决了在苹果系统下面qq的问题的
发表于 2003-4-8 15:42:23 | 显示全部楼层
0.5果然比较好用了..但前几楼有位仁兄说的那个bug好像是真的..有些ID发过来的信息是看不到的....
发表于 2003-4-9 03:13:55 | 显示全部楼层

不会是每次都要装一次吧?

下次想用还要装一次吗?好像收不到别人发来的信息,只听到主机B的一声响。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表