Last active
December 28, 2015 22:43
-
-
Save moguno/4204f805134ac16d07e6 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(:"yoi otoshi wo") { | |
on_boot { |service| | |
if service == Service.primary | |
if UserConfig[:activity_kind_order].is_a?(Symbol) | |
UserConfig[:activity_kind_order] = ["retweet", "favorite", "follow", "list_member_added", "list_member_removed", "dm", "system", "ratelimit", "streaming_status error"] | |
end | |
end | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment