s
This commit is contained in:
parent
a066a875e8
commit
6d85d67705
@ -607,6 +607,10 @@ elif [ "$1" = "message" ]; then
|
|||||||
message $2
|
message $2
|
||||||
elif [ "$1" = "test" ]; then
|
elif [ "$1" = "test" ]; then
|
||||||
test-bots
|
test-bots
|
||||||
|
elif [ "$1" = "message" ]; then
|
||||||
|
message "$2"
|
||||||
|
elif [ "$1" = "ipBlockParser" ]; then
|
||||||
|
ipBlockParser "$2"
|
||||||
elif [ "$1" = "import" ]; then
|
elif [ "$1" = "import" ]; then
|
||||||
import-saved
|
import-saved
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user