1
0
mirror of https://tildegit.org/ben/sedbot synced 2025-04-19 20:13:24 +00:00

add bot mode flag

This commit is contained in:
Ben Harris 2018-04-26 02:20:12 -04:00
parent 73d0f55630
commit 2d9e82b4fe

View File

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