diff --git a/lambdabot-novelty-plugins.cabal b/lambdabot-novelty-plugins.cabal
--- a/lambdabot-novelty-plugins.cabal
+++ b/lambdabot-novelty-plugins.cabal
@@ -1,5 +1,5 @@
 name:                   lambdabot-novelty-plugins
-version:                5.0.2.1
+version:                5.0.3
 
 license:                GPL
 license-file:           LICENSE
@@ -67,7 +67,7 @@
                         containers              >= 0.4,
                         dice                    >= 0.1,
                         directory               >= 1.1,
-                        lambdabot-core          >= 5.0.1 && < 5.1,
+                        lambdabot-core          >= 5.0.3 && < 5.1,
                         misfortune              >= 0.1,
                         process                 >= 1.1,
                         random-fu               >= 0.2,
diff --git a/src/Lambdabot/Plugin/Novelty/Vixen.hs b/src/Lambdabot/Plugin/Novelty/Vixen.hs
--- a/src/Lambdabot/Plugin/Novelty/Vixen.hs
+++ b/src/Lambdabot/Plugin/Novelty/Vixen.hs
@@ -56,7 +56,7 @@
     , moduleSerialize = Just $ readOnly $ \bs ->
          let st = decode (L.fromStrict bs)
              compiled = map (makeRegex *** id) (st :: [(String, WTree)])
-         in  (True, vixen (mkResponses compiled))
+         in  (False, vixen (mkResponses compiled))
     }
 
 ------------------------------------------------------------------------
