mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 09:37:27 +00:00
Merge pull request #333 from LBRYFoundation/Coolguy3289-patch-1
Delete ircbridge.js
This commit is contained in:
commit
51fd9893e2
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