This commit is contained in:
Daniel
2016-09-29 10:34:41 +01:00
parent 9660ec7813
commit 64eaf96eb8
+6
View File
@@ -0,0 +1,6 @@
def match(command):
return command.script.endswith('ç')
def get_new_command(command):
return command.script[:-1]