Added MuxCommandOOX to ev.default_cmds. Resolves Issue 293.

This commit is contained in:
Griatch 2012-10-14 17:30:26 +02:00
parent c982cdbe3d
commit 09b4b69da9

2
ev.py
View file

@ -183,7 +183,7 @@ class DefaultCmds(object):
from src.commands.default.cmdset_default import DefaultCmdSet
from src.commands.default.cmdset_ooc import OOCCmdSet
from src.commands.default.cmdset_unloggedin import UnloggedinCmdSet
from src.commands.default.muxcommand import MuxCommand
from src.commands.default.muxcommand import MuxCommand, MuxCommandOOC
def __init__(self):
"populate the object with commands"