Silly fix for cmdhandler. Should eliminate all those huh?'s.

This commit is contained in:
Greg Taylor 2009-01-15 02:39:11 +00:00
parent abe17a2965
commit 1e1752bdf3

View file

@ -285,7 +285,7 @@ def handle(command):
(session, format_exc())) (session, format_exc()))
# Prevent things from falling through to UnknownCommand. # Prevent things from falling through to UnknownCommand.
raise ExitCommandHandler raise ExitCommandHandler
else:
# If we reach this point, we haven't matched anything. # If we reach this point, we haven't matched anything.
raise UnknownCommand raise UnknownCommand