chatServer/modules/nop.py

3 lines
57 B
Python

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