$mask » History » Revision 2
Revision 1 (Per Amundsen, 08/13/2015 11:05 AM) → Revision 2/8 (Per Amundsen, 08/13/2015 11:05 AM)
_Added in 1.9.0_ $mask(address,type) Returns address with a mask specified by type. *Parameters* address - Address to format. type - Type of format to use. *Available types* <notextile> <notextile 0 >0 - *!ident@host 1 - *!*ident@host 2 - *!*@host 3 - *!*ident@*.host 4 - *!*@*.host 5 - nick!ident@host 6 - nick!*ident@host 7 - nick!*@host 8 - nick!*ident@*.host 9 - nick!*@*.host 10-19 - TODO </notextile> *Example* <pre> ; Format 'nick!ident@host' using type '3'. //echo -ag $mask(nick!ident@host,3) </pre>