Added MuxCommandOOX to ev.default_cmds. Resolves Issue 293.
This commit is contained in:
parent
c982cdbe3d
commit
09b4b69da9
1 changed files with 1 additions and 1 deletions
2
ev.py
2
ev.py
|
|
@ -183,7 +183,7 @@ class DefaultCmds(object):
|
||||||
from src.commands.default.cmdset_default import DefaultCmdSet
|
from src.commands.default.cmdset_default import DefaultCmdSet
|
||||||
from src.commands.default.cmdset_ooc import OOCCmdSet
|
from src.commands.default.cmdset_ooc import OOCCmdSet
|
||||||
from src.commands.default.cmdset_unloggedin import UnloggedinCmdSet
|
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):
|
def __init__(self):
|
||||||
"populate the object with commands"
|
"populate the object with commands"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue