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