lib/ayadn/status.rb in ayadn-1.7.7 vs lib/ayadn/status.rb in ayadn-1.8.0

- old
+ new

@@ -202,9 +202,12 @@ "\nThis paramater must be an integer between 1 and 200.\n".color(:red) end def self.no_new_posts "\nNo new posts since your last visit.\n\n".color(:cyan) end + def self.no_new_messages + "\n No new messages since your last visit.\n".color(:cyan) + end def self.type_and_target_missing "\nYou have to submit a TYPE (mention, hashtag, client name) and a TARGET (a @username, a hashtag, a client name)\n\n".color(:red) end def self.wrong_arguments "\nYou have to submit valid arguments.\n\n".color(:red)