forked from keinBot/cuffeo
dynamic libimport and more
This commit is contained in:
@@ -35,7 +35,7 @@ const replaceColor = (match, color, text) => {
|
||||
return text;
|
||||
};
|
||||
|
||||
export class irc extends EventEmitter {
|
||||
export default class irc extends EventEmitter {
|
||||
constructor(options) {
|
||||
super();
|
||||
this.options = options || {};
|
||||
|
||||
Reference in New Issue
Block a user