From 0e52aadf337d703cd6a12925a14ba74fdba4b84d Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 8 Mar 2013 13:38:39 +0100 Subject: [PATCH] [solo] SoloYell is not a catch-all. SoloHelp is. --- client/solo/commands/yell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/solo/commands/yell.py b/client/solo/commands/yell.py index db15b7df2..9f3b913e9 100644 --- a/client/solo/commands/yell.py +++ b/client/solo/commands/yell.py @@ -25,7 +25,7 @@ class SoloYell(SoloCommand): NAME = "yell" ALIASES = [] - CATCH_ALL = True + CATCH_ALL = False ALLOW_UNPRIVILEGED = True HIDDEN = True