diff --git a/plugins/chat/tinychat_users_ b/plugins/chat/tinychat_users_ index 1a487e5a..39a40679 100755 --- a/plugins/chat/tinychat_users_ +++ b/plugins/chat/tinychat_users_ @@ -19,7 +19,7 @@ room=${0##*tinychat_users_} ## if [ "$1" = "autoconf" ]; then # Check that curl is installed - if hash curl &>/dev/null; then + if hash curl >/dev/null 2>&1; then echo "yes" else echo "no (no curl installed)"