Skip to content

Instantly share code, notes, and snippets.

@akira093
Forked from penguin2716/jis_empty_reply.rb
Created April 13, 2013 14:18
Show Gist options
  • Save akira093/5378573 to your computer and use it in GitHub Desktop.
Save akira093/5378573 to your computer and use it in GitHub Desktop.
0
# -*- coding: utf-8 -*-
Plugin.create :jis_empty_reply do
on_appear do |ms|
ms.each do |m|
if m.message.to_s =~ /アルパカ/
Service.primary.post(:message => "#{"@" + m.user.idname + "(・´ェ`・)三 (・´ェ`・)", :replyto => m)
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment