diff --git a/sweebot.py b/sweebot.py
index d327323..4f29fde 100644
--- a/sweebot.py
+++ b/sweebot.py
@@ -688,6 +688,7 @@ while True:
                         if cntr == None:
                             irc.send_irc(channel, nick + ":[OK] No container is loaded yet.")
                         else:
+                            cntr.stop()
                             cntr.remove()
                             cntr = None
                             irc.send_irc(channel, nick + ":[OK] Done.")