home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / komunikace / icechat / icechat.exe / embedded / InfoAfter.txt < prev    next >
Text File  |  2008-02-01  |  4KB  |  94 lines

  1. Thanks for trying out IceChat 7
  2.  
  3. IceChat 7 is set to check once a week, for a newer build. It will show a message in the Console, if there is a newer one available. This will help keep your version up-to-date.
  4.  
  5. -----
  6.  
  7. The Main Changes from IceChat 5 are:
  8.  
  9. -Changed Server Editor
  10. -Changed Options Form 
  11. -Changed the IceChat Editor
  12. -Changed Favorite Server List to a Server Tree
  13. -Added new Buddy List/AutoNick Control/Nick Colors
  14.  
  15. -NickList and Server List are slightly different. They can now be dragged to either
  16. side of the Main IceChat Window. They can also be pinned to either side, so they just show as a Vertical Bar. The Buddy List (not editor) and the Favorite Channels list are also docked. To move/drag an item, it first needs to be selected.
  17.  
  18. -The Popup/Alias/Identifiers/Script Editor has all been combined into a single Window.
  19. Popup files are no longer kept in seperate files, but all contained in the popups.ini file. 
  20.  
  21. You can load multiple Alias Files, and Variable files.
  22.  
  23. To select text in any window, just click and drag to select. Once you have what you want highlighted, releasing the mouse will automatically copy it to the clipboard, no need to use CTRL-C or such.
  24.  
  25. Aliases have changed from IceChat 5, as in they no longer need a colon(:) between the alias name and the command. The alias editor has changed to a more simple style.
  26.  
  27. This would be a simple alias for using /j in place of /join
  28. Example: /j /join $1  
  29.  
  30. You can add aliases to the scripts as well, as follows.
  31.  
  32. alias aliasname {
  33. enter your command here
  34. }
  35.  
  36. For Example:
  37.  
  38. alias sayhello {
  39. say Hello everyone , how are you today
  40. }
  41.  
  42. So, now /sayhello will do just that.
  43.  
  44.  
  45. The main change however is with the Script Engine.  No longer does IceChat just use
  46. Visualbasic Script (VBS) style script language. I am currently working on making scripts
  47. compatable with mirc style scripts as well. The basic scripts work fine:
  48.  
  49. example: ON 1:TEXT:blah:#icechat:msg $chan You said blah, $nick
  50.  
  51.  
  52. Examples:
  53. dont allow this to run on self: on !:JOIN:#:msg $chan Hello $nick and welcome to $chan
  54.  
  55. only allow to run for self: on ^:JOIN:#:msg x op $chan $me
  56.  
  57. And you can set variables using the set command.
  58.  
  59. With the scripting, it will slowly get expanded to add more commands,events, etc. 
  60. Just try small things out and see what works. 
  61. There are 1000's of mirc scripting tutorials out there,
  62. so it should not be hard in finding some basic help on it of you are new to it.
  63.  
  64. Most of the events that do work are:
  65. ON JOIN,PART,QUIT,TEXT,ACTION,CHAT,NOTICE,BAN,UNBAN,CONNECT,
  66. OP,DEOP,VOICE,DEVOICE,HELP,DEHELP,SNOTICE,START,EXIT,HIDDENHOST (Raw 396)
  67.  
  68. You can of course still use the older Script styles of IceChat, just make sure when
  69. you are saving them, to change the file type in the Save Box, from ICS to IceChat 5 ICE style,
  70. otherwise it will try to run it as a mirc style script (which is default)
  71.  
  72. You can add to the Popup menus with scripting now as well.
  73. So you want to add an additional few lines to the nicklist popup, you would add these
  74. lines in a script:
  75.  
  76. menu nicklist {
  77. Hello
  78. .Hello:msg $nick Hello there $nick
  79. .Hello2:msg $nick Howdy doody $nick
  80. }
  81.  
  82. You can add to the menu nicklist, console, channel, buddylist, query and menubar.
  83.  
  84.  
  85. -You will notice there are many other small changes, how ever small they may be.
  86.  
  87. -IceChat 7 keeps its configuration files in a seperate location then IceChat 5 did. If you run 
  88. Windows NT/2k/XP , these files will now be located in Documents and Settings\User\Application Data\IceChat. 
  89. If your running Win9x/me, it will still keep them in the IceChat7\Settings folder.
  90.  
  91. -If you wish to import your IceChat 5 settings into IceChat 7, run the FirstRun program if it does not initially start.
  92.  
  93.  
  94. Thanks again for trying out IceChat 7.