Hi,
I have one remote where I've created some aliases without -l parameter, and I'm trying to call it in other place but it won't work.
alias k {
if $1 && $2 {
return $+($chr(3), $1, $2, $chr(3))
}
}
So I use $k(4, text here) for coloring text instead of CTRL + K in everywhere.
Also I have same $b(text here) which works fine, and so on for underline and italic.
Am I wrong anywhere?
EDIT: Also note that $b works fine everywhere.