chatServer/modules/nop.py
Fierelier 47b5b1a6f2 Oop
2021-10-28 08:17:07 +02:00

3 lines
57 B
Python

def f(self,cmd,*args):
return [""]
commands["nop"] = f