Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@penguin2716
Last active December 27, 2015 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penguin2716/7392488 to your computer and use it in GitHub Desktop.
Save penguin2716/7392488 to your computer and use it in GitHub Desktop.
リプライとかに自分のscreen_nameが含まれてたら正しく直してくれる感じのプラグイン
# -*- coding: utf-8 -*-
class Message
def self.appear(message) # :nodoc:
message[:message] = message[:message].gsub(/#{Service.primary.user.to_s}/i, Service.primary.user.to_s)
@@appear_queue.push(message)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment