lib/hipbot/room.rb in hipbot-1.0.3 vs lib/hipbot/room.rb in hipbot-1.0.4
- old
+ new
@@ -39,9 +39,9 @@
def leave
Hipbot.leave_room(self)
end
def archived?
- !!attributes[:archived]
+ !!attributes[:is_archived]
end
end
end