Inick » History » Version 4
Per Amundsen, 12/22/2018 12:35 PM
| 1 | 1 | Per Amundsen | _Added in 2.4_ |
|---|---|---|---|
| 2 | |||
| 3 | 4 | Per Amundsen | */inick -rbfaniovpylNmNsNw [nick[!user@host|N]|on|off] [iconfile] [modes] [levels]* |
| 4 | 1 | Per Amundsen | |
| 5 | Change the items in the nick icon list. |
||
| 6 | |||
| 7 | *Switches* |
||
| 8 | |||
| 9 | -r - Remove a item from the nick icon list. |
||
| 10 | -b - Set the address book flag. (AdiIRC only) |
||
| 11 | -f - Forces the addition of a new entry instead of updating an existing one. |
||
| 12 | -a - Sets the Any Mode option. |
||
| 13 | -n - Sets the No Mode option. |
||
| 14 | -i - Sets the Ignore list option. |
||
| 15 | 3 | Per Amundsen | -o - Sets thje auto-op flag. |
| 16 | -v - Sets thje auto-voice flag. |
||
| 17 | 1 | Per Amundsen | -p - TODO |
| 18 | -y - Sets the Notify list option. |
||
| 19 | -lN - Sets the idle time. |
||
| 20 | 2 | Per Amundsen | -mN - Sets the nick color method, 1 = message, 2 = nicklist, 0 = both. |
| 21 | 1 | Per Amundsen | -sN - Sorts the item into the Nth position in the list. |
| 22 | 4 | Per Amundsen | -w - Sets the away option. |
| 23 | 1 | Per Amundsen | |
| 24 | *Parameter* |
||
| 25 | |||
| 26 | [nick[!user@host]|N] - The nick/hostname to add/edit or the Nth item to remove. |
||
| 27 | [on|off] - Enables or disables nick icons. |
||
| 28 | [iconfile] - The icon file to use. |
||
| 29 | [modes] - Channel modes to match. |
||
| 30 | [levels] - [[User levels]] to match. |
||
| 31 | |||
| 32 | *Example* |
||
| 33 | |||
| 34 | <pre> |
||
| 35 | ; Disable nick icons. |
||
| 36 | /inick off |
||
| 37 | |||
| 38 | ; Enable nick icons. |
||
| 39 | /inick on |
||
| 40 | |||
| 41 | ; Add a nick icon for the nick 'Nick'. |
||
| 42 | /inick Nick "c:\Users\User\Pictures\icon1.ico" |
||
| 43 | |||
| 44 | ; Remove the nick icon for the nick 'Nick'. |
||
| 45 | /inick -r Nick |
||
| 46 | </pre> |