mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Delete ircbridge.js
This commit is contained in:
parent
ffc31922de
commit
dfe9aeb20b
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
const discordIRC = require('discord-irc').default;
|
||||
const config = require('config');
|
||||
const ircconfig = config.get('irc');
|
||||
exports.custom = ['irc'];
|
||||
|
||||
exports.irc = function(bot) {
|
||||
if (ircconfig.enabled) {
|
||||
discordIRC([ircconfig]);
|
||||
}
|
||||
};
|
Loading…
Add table
Reference in a new issue