さっきのPlugin.callの話は https://github.com/cobodo/mikutter-multiposter/blob/master/multiposter.rb#L140 を
```
Plugin.call(:world_change_current, world).next do
Plugin.call(:gui_postbox_post, i_postbox).next do
Plugin.call(:world_change_current, current)
end
end
```
と書けたら少し楽だなというような話です(Deferredが返されていたとしても:gui_postbox_postイベントの終了が定かでないためにこれではうまくいかない