Skip to content

Instantly share code, notes, and snippets.

@Getaji
Created December 1, 2013 06:43
Show Gist options
  • Save Getaji/7729299 to your computer and use it in GitHub Desktop.
Save Getaji/7729299 to your computer and use it in GitHub Desktop.
package mw.inmu.src;
import com.orekyuu.javatter.plugin.JavatterPlugin;
/**
* こ↑こ↓
*/
public class InmuSayings extends JavatterPlugin {
@Override
public void init() {
}
@Override
public String getPluginName() {
return "淫夢語録";
}
@Override
public String getVersion() {
return "1.0";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment