Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
fix: missing registry require
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonuspunkt committed Feb 26, 2015
1 parent f5444f5 commit 689f945
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bot.js
@@ -1,6 +1,8 @@
var irc = require('irc');

var client = new irc.Client('irc.quakenet.org', 'reflexDeBot', {
var registry = require('./lib/registry');

var client = new irc.Client('irc.funztnet.org', 'reflexDeBot', {
debug: true,
retryDelay: 30000,
channels: ['#reflex.de']
Expand Down

0 comments on commit 689f945

Please sign in to comment.