plugin korrigiert

master
Jaro Schladitz 3 years ago
parent c67c169d15
commit 51c16beb94
  1. 4
      pluseins.py.dir/plugin.py

@ -1,8 +1,8 @@
class PluseinsPlugin(PythonPlugin):
def onEnable(self):
pass
def onCommand(self, sender, command, lable, args):
def onCommand(self, sender, command, lable, args):
eingabe = args[0]
zahl = int(eingabe)
zahl = zahl + 1

Loading…
Cancel
Save