Skip to content

Instantly share code, notes, and snippets.

@Getaji
Created November 27, 2013 12:25
Show Gist options
  • Save Getaji/7674849 to your computer and use it in GitHub Desktop.
Save Getaji/7674849 to your computer and use it in GitHub Desktop.
package mw.notifytweet2.src.core;
import com.orekyuu.javatter.plugin.JavatterPlugin;
/**
* 新着ツイート通知プラグインNotifyTweetの核クラスです.
*/
public class NotifyTweet extends JavatterPlugin {
@Override
public void init() {
// ヽ(╹◡╹)ノ
}
@Override
public String getPluginName() {
return "NotifyTweet";
}
@Override
public String getVersion() {
return "2.0";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment