chatServer/modules/[text server]/[commands]/nop/module.py

5 lines
98 B
Python

global commands
commands["nop"] = {}
def f(self,cmd):
return [""]
commands["nop"]["function"] = f