home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / APP / AICQ151D / ATARICQ / ALERTMOD.TXT < prev    next >
Encoding:
Text File  |  2001-06-16  |  5.3 KB  |  198 lines

  1. AtarICQ   -TIPS AND TRICKS
  2.  
  3.  
  4. This textfile contains a bunch of settings that most users might want 
  5. to be able to tweak, but that can only be set through the config. 
  6. Therefore I added these tips and tricks so anyone can use these 
  7. features even at this point. I hope to add more and more of these 
  8. things to preferences in time..
  9.  
  10.  
  11. Fling open contact list
  12. -----------------------
  13.  
  14. Set this line if you want contact list to be opened every time
  15. someone on your contact list goes online:
  16.  
  17. fling_clist_open=-1
  18.  
  19. The contact list will only be affected if it is not opened.
  20.  
  21. NOTE: Will be dependant on the way "alert_modes=x" is set!
  22.  
  23.  
  24.  
  25. Tweak the auto-topping functions
  26. --------------------------------
  27.  
  28. If you have set AtarICQ to fling open the message window when messages 
  29. arrive, you can mask what online modes except "online" it will work for.
  30.  
  31.  
  32. Away      = 1
  33. DND      = 2
  34. N/A      = 4
  35. Occupied  = 16
  36. Invisible = 256
  37.  
  38. You can manually change the line "alert_modes=x" in the config file.
  39.  
  40.  
  41. If you for example want it to work for "Away" and "Occupied" you just
  42. add 1 to 16 and change line in config to "alert_modes=17"
  43.  
  44. Setting it to "alert_modes=-1" should trigger the function always
  45.  
  46.  
  47.  
  48. Tweak the way AtarICQ puts you in "away" mode
  49. ---------------------------------------------
  50.  
  51. Like the above feature for auto topping, you can use the line
  52. "away_mask" to tell aICQ what status can be turned into "away" 
  53. automatically. Online mode can always be turned into "away".
  54.  
  55. If you want to disable "auto away" feature completely, there is a line in 
  56. config saying "auto_away=<x>". Change the x value to zero.
  57.  
  58.  
  59.  
  60. Decide what windows are opened at startup
  61. -----------------------------------------
  62.  
  63. "auto_icq_window=<x>" is the entry where AtarICQ stores info on windows 
  64. that should be opened at startup.
  65.  
  66. Bit 0 = Main Window (Contact List)
  67. Bit 1 = Message Window
  68. Bit 2 = Connection Info Window
  69.  
  70.  
  71. Example:    Value "0" will not open any window
  72.             Value "5" will open Main Window and Connection Info Window
  73.  
  74.  
  75.  
  76. aICQ <--> aIRC  Message exchange
  77. --------------------------------
  78.  
  79. By default these messages are not echoed when auto topping is enabled
  80. or Message Window is opened. (echo_mode=0)
  81.  
  82. echo_mode=<x>
  83.  
  84. Bit 0 = Do not allow incoming messages
  85. Bit 1 = Do not send when Message Window is iconified/closed/shaded
  86.  
  87. Bit 2 = Send even if Message Window is opened
  88. Bit 3 = Send even if auto topping is set "on"
  89.  
  90. Bit 4 = Auto top setting will be checked for incoming aIRC messages
  91.         (Will make aICQ fling its msg-window open, if msg is coming in 
  92.         from aIRC)
  93.  
  94.  
  95. Example:    To always send and recieve messages, "echo_mode=12"
  96.         To never send or recieve messages, "echo_mode=3"
  97.         Always send, never recieve, "echo_mode=13"
  98.         
  99.  
  100. Set path for saving all log files
  101. ---------------------------------
  102.  
  103. log_path=<path>  ; path can be either absolute or relative
  104.  
  105.  
  106. Example:    "log_path=\LOGFILES\" will save logs in subdir "LOGFILES",
  107.         found in the aICQ workdir
  108.         
  109.         "log_path=C:\AICQ\LOGFILES\" saves to the specified DIR
  110.     
  111.         
  112. NOTE:   AV_PATH_UPDATE is sent when saving log, and it is case sensitive!
  113.     Therefore make sure to name path correctly.
  114.     
  115.  
  116.  
  117. Ignore certain UINs
  118. -------------------
  119.  
  120. This line in ataricq.inf would cause aICQ to ignore all messages from 
  121. these three UINs:
  122.  
  123.  
  124. ignore_uin=<UIN1>,<UIN2>,<UIN3>
  125.     
  126.  
  127. TIP: UIN 10 is often used by spammers, so that might perhaps be the 
  128. first UIN to add to the "ignore list"
  129.  
  130.  
  131. View ICQ-status on WWW
  132. ----------------------
  133.  
  134. It is possible to add a little indicator on your webpage, showing what 
  135. your current status on the ICQ-server is. However, it will only work 
  136. if you have set aICQ to allow this. (default=ON)
  137.  
  138. Tweak the following line in ataricq.inf:
  139.  
  140. status_webaware=x    ;   (0=disabled, -1=enabled)
  141.  
  142.  
  143. Toggle setting of av_path_update
  144. --------------------------------
  145.  
  146. Whenever aICQ has written to a file on a disk, it sends va_path_update 
  147. to the AVSERVER. If you wish to disable this feature then let a line 
  148. in config read like this:
  149.  
  150. av_path_update=0 
  151.  
  152.  
  153. Change number of rows in edit field in message window
  154. -----------------------------------------------------
  155.  
  156. edit_rows=4
  157.  
  158. This line in config will result in edit field having 4 lines instead 
  159. of the standard 3
  160.  
  161.  
  162. Force aICQ to reconnect if Keep_alive2 fails
  163. --------------------------------------------
  164.  
  165. I am told this is not important, but some users get in trouble when a
  166. keep_alive2 message is not acked by server. Therefore set this value 
  167. in config file to enable reconnection:
  168.  
  169. keepalive2_reconnect=-1 
  170.  
  171. (Keep_alive2 is always sent out together with normal keep_alive call)
  172.  
  173.  
  174. Increase space between contact list entry and status icon
  175. ---------------------------------------------------------
  176.  
  177. status_icon_offset=7
  178.  
  179. (4 is the default value)
  180.  
  181.  
  182. Change the marker type and look
  183. -------------------------------
  184.  
  185. You can tweak how aICQ should indicate in contact list which is the
  186. currently selected nick
  187.  
  188. marker_type=0    ; marker will be a dotted rectangle, same colour as text
  189.  
  190. marker_type=1    ; marker will be a dotted rectangle, colour is entered in:
  191. marker_colour=x
  192.  
  193. marker_type=2    ; marker will invert the current nicks entry in list
  194.  
  195.  
  196. marker_type=3   ; marker will view text in same colour as list 
  197.           background, and the area around it in colour:
  198. marker_background=x