give MegaHAL priority 95 (which is low priority, which always confuses me)

This commit is contained in:
Brian S. Stephan 2011-01-07 11:24:38 -06:00
parent b4f1c5facd
commit 02b3266b46
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ class MegaHAL(Module):
"""Have an annoying, dumb, and hilarious chatterbot on IRC."""
def priority(self):
return 95
def __init__(self, config, server, modlist):
"""Upon creation, open the MegaHAL brain and get ready for doing actual stuff."""