Support for gzip encoding from Wikipedia.

This commit is contained in:
Sean B. Palmer
2011-07-22 15:43:50 +01:00
parent 7dbddc8429
commit f329429de4
3 changed files with 12 additions and 2 deletions

View File

@@ -92,5 +92,9 @@ def w(phenny, input):
w.commands = ['w']
w.example = '.w bailiwick'
def encarta(phenny, input):
return phenny.reply('Microsoft removed Encarta, try .w instead!')
encarta.commands = ['dict']
if __name__ == '__main__':
print __doc__.strip()