致命的 #799 » teokure-requirements.diff
mikutter/core/plugin/display_requirements/display_requirements.rb 2015-12-20 12:37:01.000000000 +0900 | ||
---|---|---|
[ [ nil] ] end
|
||
# アイコンをクリックしたら必ずプロフィールを表示しなければならない
|
||
def iob_clicked
|
||
if(current_icon_pos)
|
||
def iob_clicked(gx, gy)
|
||
icon_position = globalpos2iconpos(gx, gy)
|
||
if icon_position
|
||
Plugin.call(:show_profile, Service.primary, message.user) end end
|
||
# 名前からはプロフィールに、タイムスタンプからはツイートのパーマリンクにリンクしなければならない
|
- « Previous
- 1
- 2
- Next »