Skip to content

Commit

Permalink
[wikipedia] Make wiki first in the list of commands, instead of wik
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Dec 7, 2012
1 parent 96d8bb6 commit 2e57482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikipedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def wik(willie, trigger):
willie.say(result)
else: willie.say('Can\'t find anything in Wikipedia for "%s".' % origterm)

wik.commands = ['wik', 'wiki']
wik.commands = ['wiki', 'wik']
wik.priority = 'high'

if __name__ == '__main__':
Expand Down

0 comments on commit 2e57482

Please sign in to comment.