mirror of https://github.com/nealey/irc-bot
Modify debug output
This commit is contained in:
parent
f2eea13f8e
commit
5dde54f056
|
@ -8,7 +8,7 @@ text=$1; export text; shift
|
|||
# $* is now args
|
||||
|
||||
# Debug output
|
||||
echo ${pfx:+:}$pfx $command "$@" ${text:+:}"$text" 1>&2
|
||||
echo '>>>' ${pfx:+:}$pfx $command "$@" ${text:+:}"$text" 1>&2
|
||||
|
||||
raw () {
|
||||
fmt="\007$1\n"; shift
|
||||
|
|
Loading…
Reference in New Issue