home *** CD-ROM | disk | FTP | other *** search
/ napalm.napnet.hu / 2015-02-12.napalm.napnet.hu.tar / napalm.napnet.hu / programok / kommunikacio / mpp700.exe / lab.smarticq-plugin.mrc < prev    next >
Text File  |  2003-04-04  |  2KB  |  40 lines

  1. ;name Little Addon Box
  2. ;version 0.1
  3. ;author Dragonboy
  4. ;email Dragonboy@animanganet.de
  5.  --------------------------
  6. menu nicklist { 
  7. SmartICQ 
  8. .&PLEASE FIRST SET UIN,THEN MESSAGE ETC.
  9. .&Set UIN:/set %uin. [ $+ [ $snick(#,1) ] ] $input(Enter UIN,1)
  10. .&Echo UIN:/echo -a %uin. [ $+ [ $snick(#,1) ] ]
  11. .&Open Message Window:/_icq.open_msg %uin. [ $+ [ $snick(#,1) ] ]  
  12. .&Message:/_icq.msg %uin. [ $+ [ $snick(#,1) ] ] $input(Enter Message,1)
  13. .&Send URL:/_icq.url %uin. [ $+ [ $snick(#,1) ] ] $?="URL?" $?="Description?"
  14. .&Send SMS:/_icq.sms +$?="Number?" $?="Message?"
  15. .&Get Away Message:/_icq.get_away-msg %uin. [ $+ [ $snick(#,1) ] ]
  16. }
  17.  
  18. menu channel,menubar {
  19. SmartICQ
  20. .General
  21. ..&Connect: /_icq.login $_icq.a
  22. ..&Add new account: /_icq.createnewaccount $?="UIN?" $?="Nickname?" $?="Password?"
  23. ..&Exit SmartICQ: /_icq.shutdown  
  24. ..&Change Password: /_icq.changepasswd $?="New Password?"
  25. ..&Open MessageWindow: /_icq.open_msg $?="UIN?"
  26. ..&Update Details[Sends your details to ICQ]: /_icq.update_mydetails
  27. ..&Run an application: /_icq.run $?="Application?"
  28. ..&Unload SmartICQ: /_icq.unload                                          
  29. .SmartICQ-Infos
  30. ..&UIN: msg $chan 47My 7ICQ 7UIN :3 $_icq.a  
  31. ..&Nick: msg $chan 47My 7ICQ 7Name :3 $_icq.myname  
  32. ..&Chat: msg $chan 47I (7have) 7talk 7with :3 $_icq.seluin  
  33. ..&Connected: msg $chan 47I'm 7connected 7to 7ICQ :3 $iif($_icq.sock == 1,Yes,No)   
  34. ..&All: msg $chan 47My 7ICQ 7UIN :3 $_icq.a  | msg $chan 47My 7ICQ 7Name :3 $_icq.myname  | msg $chan 47I (7have) 7talk 7with :3 $_icq.seluin  | msg $chan 47I'm 7connected 7to 7ICQ :3 $iif($_icq.sock == 1,Yes,No)   
  35. .SmartICQ - &Set &Away
  36. ..&Away: /_icq.away away $?="Reason?"
  37. ..&N/A: /_icq.away na $?="Reason?"
  38. ..&Occupied: /_icq.away occupied $?="Reason?"
  39. ..&D(o)N(ot)D(isturb): /_icq.away dnd $?="Reason?"
  40. }