commands.txt
上传用户:ai20ln
上传日期:2007-01-05
资源大小:79k
文件大小:1k
源码类别:

ICQ/即时通讯

开发平台:

Unix_Linux

  1. Read README for information on getting starte with Micq this is mostly for
  2. power users who insist on tinkering with things. :)
  3. Customizable commands have been implemented via the rc file, the keywords are:
  4. message_cmd
  5. add_cmd
  6. info_cmd
  7. quit_cmd
  8. reply_cmd
  9. again_cmd
  10. list_cmd
  11. away_cmd
  12. na_cmd
  13. dnd_cmd
  14. online_cmd
  15. occ_cmd
  16. ffc_cmd
  17. inv_cmd
  18. status_cmd
  19. auth_cmd
  20. auto_cmd
  21. change_cmd
  22. search_cmd
  23. url_cmd
  24. update_cmd
  25. to set the message command (normally msg) to say /msg add the following line 
  26. to .micqrc
  27. message_cmd /msg
  28. Be sure to have an carriage return at the end of the statement.
  29. Also be sure to have only one space seperating the command and the keyword 
  30. ( message_cmd, etc. ) or else the space will be come part of the command.
  31. Commands can't contain spaces so this would be bad.
  32. use 
  33. Sound cat sound.au > /dev/audio &
  34. to play sound.au whenever you get a new message.