chatServer/modules/nop.py

3 lines
57 B
Python
Raw Permalink Normal View History

2021-10-28 06:17:07 +00:00
def f(self,cmd,*args):
return [""]
commands["nop"] = f