Improved the convert module a bit.
This commit is contained in:
parent
683330d7d1
commit
faed0b044c
@ -8,5 +8,5 @@ shift
|
||||
if [ -z "$units" ]; then
|
||||
msg "$chan" "I do not have access to units."
|
||||
else
|
||||
msg "$chan" "$($units -v ${*#* } | head -n1)"
|
||||
msg "$chan" "$($units -v ${*#* } | head -n1 | tr -d '[:space:]')"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user