Преглед на файлове

Update 'src/plugins/the_house.py'

asdf
iramo94 преди 6 години
родител
ревизия
d8c849d845
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)