Minor.
This commit is contained in:
parent
672e8b5db7
commit
5f91e27ade
@ -94,7 +94,7 @@ while :; do
|
|||||||
case "${cmd}" in
|
case "${cmd}" in
|
||||||
I)
|
I)
|
||||||
tmp="$(mktemp)"
|
tmp="$(mktemp)"
|
||||||
command ${VISUAL:-${EDITOR:-$(command -v vi)}} "${tmp}"
|
"${VISUAL:-"${EDITOR:-"$(which vi)"}"}" "${tmp}"
|
||||||
[ -s "${tmp}" ] && send_message 0"${nick}$(cat "${tmp}")"
|
[ -s "${tmp}" ] && send_message 0"${nick}$(cat "${tmp}")"
|
||||||
rm "${tmp}"
|
rm "${tmp}"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user