This commit is contained in:
Your Name 2024-09-25 02:09:59 +00:00
parent a066a875e8
commit 6d85d67705

View File

@ -607,6 +607,10 @@ elif [ "$1" = "message" ]; then
message $2
elif [ "$1" = "test" ]; then
test-bots
elif [ "$1" = "message" ]; then
message "$2"
elif [ "$1" = "ipBlockParser" ]; then
ipBlockParser "$2"
elif [ "$1" = "import" ]; then
import-saved
else