shorter <3
This commit is contained in:
@@ -37,9 +37,7 @@ export class irc extends EventEmitter {
|
||||
this._recachetime = 60 * 30; // 30 minutes
|
||||
this._cmd = new Map();
|
||||
|
||||
modules.forEach(mod => {
|
||||
mod(this);
|
||||
});
|
||||
modules.forEach(mod => mod(this));
|
||||
|
||||
this.server = {
|
||||
motd: "",
|
||||
|
||||
Reference in New Issue
Block a user