mirror of https://tildegit.org/ben/sedbot
add bot mode flag
parent
73d0f55630
commit
2d9e82b4fe
|
@ -41,6 +41,10 @@ connect() {
|
||||||
return $?
|
return $?
|
||||||
fi
|
fi
|
||||||
sendmsg NICK "$NICK"
|
sendmsg NICK "$NICK"
|
||||||
|
if (($?)); then
|
||||||
|
return $?
|
||||||
|
fi
|
||||||
|
sendmsg MODE "$NICK +B"
|
||||||
if (($?)); then
|
if (($?)); then
|
||||||
return $?
|
return $?
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue