$mknickfn » History » Version 2
Per Amundsen, 08/09/2015 02:32 AM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | *$mknickfn(nickname)* |
||
4 | |||
5 | Formats a nick for use as a valid filename. |
||
6 | |||
7 | _Removes certain characters from the nick._ |
||
8 | |||
9 | *Parameters* |
||
10 | |||
11 | 2 | Per Amundsen | nickname - The nickname to format. |
12 | |||
13 | *Example* |
||
14 | |||
15 | <pre> |
||
16 | ; Format the nickname 'tes\t' to 'test' |
||
17 | //echo -ag $mknickfn(tes\t) |
||
18 | </pre> |