Project

General

Profile

Inick » History » Revision 3

Revision 2 (Per Amundsen, 07/03/2018 01:30 PM) → Revision 3/14 (Per Amundsen, 07/04/2018 08:05 AM)

_Added in 2.4_ 

 */inick -rbfaniovpylNmNsN [nick[!user@host|N]|on|off] [iconfile] [modes] [levels]* 

 Change the items in the nick icon list. 

 *Switches* 

 -r - Remove a item from the nick icon list. 
 -b - Set the address book flag. (AdiIRC only) 
 -f - Forces the addition of a new entry instead of updating an existing one. 
 -a - Sets the Any Mode option. 
 -n - Sets the No Mode option. 
 -i - Sets the Ignore list option. 
 -o - Sets thje auto-op flag. TODO 
 -v - Sets thje auto-voice flag. TODO 
 -p - TODO 
 -y - Sets the Notify list option. 
 -lN - Sets the idle time. 
 -mN - Sets the nick color method, 1 = message, 2 = nicklist, 0 = both. 
 -sN - Sorts the item into the Nth position in the list. 

 *Parameter* 

 [nick[!user@host]|N] - The nick/hostname to add/edit or the Nth item to remove. 
 [on|off] - Enables or disables nick icons. 
 [iconfile] - The icon file to use. 
 [modes] - Channel modes to match. 
 [levels] - [[User levels]] to match. 

 *Example* 

 <pre> 
 ; Disable nick icons. 
 /inick off 

 ; Enable nick icons. 
 /inick on 

 ; Add a nick icon for the nick 'Nick'. 
 /inick Nick "c:\Users\User\Pictures\icon1.ico" 

 ; Remove the nick icon for the nick 'Nick'. 
 /inick -r Nick 
 </pre>