From 09b4b69da92661aba4b7237c37f5df272fcc0032 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 14 Oct 2012 17:30:26 +0200 Subject: [PATCH] Added MuxCommandOOX to ev.default_cmds. Resolves Issue 293. --- ev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev.py b/ev.py index 8ad683a00..f27419dcf 100644 --- a/ev.py +++ b/ev.py @@ -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"