refactor(proxy): w/ cycling, rm fallback.
refactor(config): adjust for cycling.
This commit is contained in:
parent
2f58d6bb84
commit
b7e73fc533
5 changed files with 55 additions and 39 deletions
4
commands/proxy.js
Normal file
4
commands/proxy.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
const msg = 'Invalid proxy domain!';
|
||||
exports.runQuery = (roomId, event, userInput) =>
|
||||
matrixClient.sendHtmlNotice(roomId, msg, `<b>${msg}</b>`).catch(() => {});
|
Loading…
Add table
Add a link
Reference in a new issue