lib/lita/robot.rb in lita-4.0.3 vs lib/lita/robot.rb in lita-4.0.4

- old
+ new

@@ -25,10 +25,10 @@ # @return [String, Nil] The alias, if one was set. attr_accessor :alias # The name of the robot as it will appear in the chat. # @return [String] The robot's name. - attr_reader :name + attr_accessor :name # The {Registry} for the currently running robot. # @return [Lita::Registry] The registry. # @since 4.0.0 attr_reader :registry