Skip to content

Instantly share code, notes, and snippets.

@1995hnagamin
Forked from anonymous/naniittenda_koitu.rb
Last active August 29, 2015 14:20
Show Gist options
  • Save 1995hnagamin/cd4ae1ae9d99d0207e1e to your computer and use it in GitHub Desktop.
Save 1995hnagamin/cd4ae1ae9d99d0207e1e to your computer and use it in GitHub Desktop.
主語が大きいですよ
Plugin.create :syugoga_ookiidesuyo do
command(:syugoga_ookiidesuyo,
name: '主語が大きいですよ',
condition: lambda{ |opt| opt.messages.size == 1 },
visible: true,
role: :timeline) do |opt|
Service.primary.post message: "主語が大きいですよ #{opt.messages.first.parma_link}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment