$mknickfn » History » Revision 2
Revision 1 (Per Amundsen, 08/09/2015 02:28 AM) → Revision 2/3 (Per Amundsen, 08/09/2015 02:32 AM)
_Added in 1.9.0_ *$mknickfn(nickname)* Formats a nick for use as a valid filename. _Removes certain characters from the nick._ *Parameters* nickname nickcname - The nickname to format. *Example* <pre> ; Format the nickname 'tes\t' to 'test' //echo -ag $mknickfn(tes\t) </pre>