@@ -17,6 +17,6 @@ housebot = """\
@as_plugin("appreciate")
def the_house(db, msg):
- thehouse = housetop + ' '.join(list(msg.args(normalize=False))) + housebot
+ thehouse = housetop + ' '.join(list(msg.args(normalize=False))) + housebot
return RollbotResponse(msg, txt=thehouse)