...
This commit is contained in:
parent
7c8a83fa3c
commit
c2acac4810
|
@ -1,11 +1,11 @@
|
||||||
import { irc as irclib } from "./clients/irc";
|
import { irc as irclib } from "./src/clients/irc";
|
||||||
import { tg as tglib } from "./clients/tg";
|
import { tg as tglib } from "./src/clients/tg";
|
||||||
|
|
||||||
import EventEmitter from "events";
|
import EventEmitter from "events";
|
||||||
|
|
||||||
const clients = [];
|
const clients = [];
|
||||||
|
|
||||||
const wrapper = class wrapper extends EventEmitter {
|
const cuffeo = class wrapper extends EventEmitter {
|
||||||
constructor(cfg) {
|
constructor(cfg) {
|
||||||
super();
|
super();
|
||||||
for (let srv in cfg) {
|
for (let srv in cfg) {
|
||||||
|
@ -37,4 +37,4 @@ const wrapper = class wrapper extends EventEmitter {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export { wrapper, clients };
|
export { cuffeo, clients };
|
Loading…
Reference in New Issue
Block a user