Przeglądaj źródła

Update 'src/plugins/the_house.py'

asdf
iramo94 6 lat temu
rodzic
commit
d8c849d845
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/plugins/the_house.py

+ 1 - 1
src/plugins/the_house.py

@@ -20,6 +20,6 @@ def the_house(db, msg):
         if x.lower() != y:
             return RollbotResponse(msg, failure=RollbotFailure.INVALID_ARGUMENTS)
 	
-	thehouse = housetop + ' '.join(list(msg.raw_args())[6:]) + housebot
+	thehouse = housetop + ' '.join(list(msg.args(normalize=False))[6:]) + housebot
 
     return RollbotResponse(msg, txt=thehouse)