b7e73fc533
refactor(config): adjust for cycling.
4 lines
164 B
JavaScript
4 lines
164 B
JavaScript
|
|
const msg = 'Invalid proxy domain!';
|
|
exports.runQuery = (roomId, event, userInput) =>
|
|
matrixClient.sendHtmlNotice(roomId, msg, `<b>${msg}</b>`).catch(() => {});
|