
a=0
if [ -n "${d}" ]; then #debug
dbg="gdb --args "
fi
if [ -n "${s}" ]; then #another dummy user
	if [ ${s} = 1 ]; then
		extra="-y -n john"
	else
		extra="-y -n don"
		a=1
	fi
fi
${dbg} ./s/sirc -z -t -f 0 -a ${a} -j ${a},#w,#q ${extra} $@
