Resync files from wiki

This commit is contained in:
Griatch 2020-05-18 23:55:10 +02:00
parent b1dd8a38a3
commit 1e56967a7c
13 changed files with 223 additions and 72 deletions

View file

@ -148,7 +148,7 @@ class CmdSmile(Command):
def parse(self):
"Very trivial parser"
target = self.args.strip()
self.target = self.args.strip()
def func(self):
"This actually does things"