Last active
November 28, 2019 13:07
-
-
Save shibafu528/9628014830a007612cc2e9d1619e1bc6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plugin.create :kadoma do | |
on_update do |w, ms| | |
ms.each do |m| | |
if m.description.include?("門真") || (m.description.include?("@") && m.description.include?("いやじゃ")) | |
compose(w, body: "@[email protected] まちカドまぞくを見ろ") | |
end | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment