give MegaHAL priority 95 (which is low priority, which always confuses me)
This commit is contained in:
parent
b4f1c5facd
commit
02b3266b46
@ -29,6 +29,9 @@ class MegaHAL(Module):
|
|||||||
|
|
||||||
"""Have an annoying, dumb, and hilarious chatterbot on IRC."""
|
"""Have an annoying, dumb, and hilarious chatterbot on IRC."""
|
||||||
|
|
||||||
|
def priority(self):
|
||||||
|
return 95
|
||||||
|
|
||||||
def __init__(self, config, server, modlist):
|
def __init__(self, config, server, modlist):
|
||||||
"""Upon creation, open the MegaHAL brain and get ready for doing actual stuff."""
|
"""Upon creation, open the MegaHAL brain and get ready for doing actual stuff."""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user