added new command

This commit is contained in:
2020-05-27 13:37:13 +08:00
parent 8a29c9d1b0
commit 868513248d
+2
View File
@@ -26,6 +26,8 @@ def stats(ip):
if command == "stats": if command == "stats":
res = "STATS" res = "STATS"
elif command == "devs":
res = "DEVS"
else: else:
res = "POOLS" res = "POOLS"