add bot mode flag

This commit is contained in:
Ben Harris 2018-04-26 02:20:12 -04:00
parent 73d0f55630
commit 2d9e82b4fe
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ connect() {
return $?
fi
sendmsg NICK "$NICK"
if (($?)); then
return $?
fi
sendmsg MODE "$NICK +B"
if (($?)); then
return $?
fi