Don't use "high" command priority for wiki/devwiki

master
sfan5 2018-09-26 23:19:32 +02:00
parent c2d657647f
commit b2b9adc8a4
2 changed files with 0 additions and 2 deletions

View File

@ -75,7 +75,6 @@ def devwiki(phenny, input):
phenny.say('"%s" - %s' % (web.decode(text), wikiuri_r % term))
devwiki.commands = ['dev', 'devwiki']
devwiki.priority = 'high'
if __name__ == '__main__':
print(__doc__.strip())

View File

@ -75,7 +75,6 @@ def wiki(phenny, input):
phenny.say('"%s" - %s' % (web.decode(text), wikiuri_r % term))
wiki.commands = ['wik', 'wiki']
wiki.priority = 'high'
if __name__ == '__main__':
print(__doc__.strip())