Project

General

Profile

Oline » History » Revision 6

Revision 5 (Per Amundsen, 01/24/2020 11:57 PM) → Revision 6/8 (Per Amundsen, 07/18/2022 09:10 PM)

_Added in 2.4_ 

 */oline [-hrSW] <@name> <N|nick> <filename>* 

 Changes the icon of the Nth Nicklist item. 

 *Switches* 

 -h - Highlights the window's button. (if window is not active) 
 -r - Reset an item in the listbox to default. 
 -S - Use status window. *(AdiIRC only)* 
 -W - Allow using a channel or query window name for @name. *(AdiIRC only)* 

 *Parameters* 

 <@name> - Custom window name. 
 <N|nick> - The Nth Nicklist item or matching nick to change icon for. 
 <filename> - Filename of the icon. 

 *Example* 
 <pre> 
 alias example { 
   ; Change the icon for 'Nick' to 'c:\Pictures\icon1.png' 
   /oline Nick c:\Pictures\icon1.png 
 } 
 </pre>