Esempio n. 1
0
 def commandNotFound(self, c, a):
     print("not found in AmazingGrace")
     raise CommandNotInThisModule("command not found in module amazinggrace")
Esempio n. 2
0
 def commandNotFound(self, c, a):
     raise CommandNotInThisModule("command not found in module quran")
Esempio n. 3
0
File: ipa.py Progetto: nano13/tambi
 def commandNotFound(self, c, a):
     raise CommandNotInThisModule("command not found in module vocable")
Esempio n. 4
0
 def commandNotFound(self, c, a):
     raise CommandNotInThisModule("command not found in module 'survival'")
Esempio n. 5
0
 def commandNotFound(self, c, a):
     raise CommandNotInThisModule("command not found in module 'strings'")
Esempio n. 6
0
 def commandNotFound(self, c, a):
     print("not found in SWORD")
     raise CommandNotInThisModule("command not found in module sword")
Esempio n. 7
0
 def commandNotFound(self, command, args):
     raise CommandNotInThisModule("command not found as a built-in one")