Critical Bug Fix

This commit is contained in:
Luke Rogers 2012-05-08 21:04:54 +12:00
parent 39664a6217
commit ac86a78e2c

View file

@ -140,7 +140,7 @@ def match_command(command):
def main(conn, out):
inp = Input(conn, *out)
commandprefix = conn.conf.get('command_prefix', '.')
command_prefix = conn.conf.get('command_prefix', '.')
# EVENTS
for func, args in bot.events[inp.command] + bot.events['*']: