예제 #1
0
파일: Raw.java 프로젝트: nedhyett/Aphelion
 @Override
 public boolean execute(String[] params, IUserData data, IMessageEventWrapper event) {
   String s = Utility.concatArray(params, " ");
   Aphelion.getAphelion().getRawOut().rawLine(s);
   return true;
 }