diff --git a/sh/notice b/sh/notice index ab2ae92..43d1304 100755 --- a/sh/notice +++ b/sh/notice @@ -370,6 +370,9 @@ __notice() { if [ $# = 1 ] && [ "${message#@}" != "$message" ]; then __notice_upload "${message#@}" || return lament "$normal" + elif [ $# = 1 ] && [ "$title" = @ ]; then + __notice_upload "$message" || return + lament "$normal" fi if [ -e "$conf" ]; then