(String cmd, String authorId)
| 12 | } |
| 13 | |
| 14 | public static ArrayList<TrinityModule.Message> admin(String cmd, String authorId) { |
| 15 | return new ArrayList(); |
| 16 | } |
| 17 | |
| 18 | public static ArrayList<TrinityModule.Message> onMsg(String content, String authorId, String authorName, String room) { |
| 19 | TrinityModule.Message msg = new TrinityModule.Message("Hello, " + authorId + "!", authorId); |