2020-06-07 23:16:50 +02:00
|
|
|
/* -------------------------------------------- */
|
|
|
|
import { RdDUtility } from "./rdd-utility.js";
|
|
|
|
|
|
|
|
/* -------------------------------------------- */
|
|
|
|
// Activate chat listeners defined
|
2021-03-29 23:41:08 +02:00
|
|
|
// Hooks.on('renderChatLog', (log, html, data) => {
|
|
|
|
// RdDUtility.chatListeners(html);
|
|
|
|
// });
|
2020-06-07 23:16:50 +02:00
|
|
|
|