Remove sample commands plugin

This commit is contained in:
Ben 2019-04-11 01:31:33 +01:00
parent ac28544351
commit 24f3be3aa5

View File

@ -1,11 +0,0 @@
from Houdini.Handlers import Handlers, XTPacket
class Commands:
def __init__(self, server):
self.server = server
@Handlers.handler(XTPacket('s', 'sm'))
async def handle_send_message(self, message: str):
print('Do stuff with {}'.format(message))