fix references for node-irc

This commit is contained in:
phillips1012
2015-05-18 21:46:56 -06:00
parent 03b65ffa98
commit e8c7e9b414
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
/// <reference path="node-irc.d.ts" />
// https://github.com/martynsmith/node-irc/blob/master/example/bot.js
import irc = require('irc');
var bot = new irc.Client('irc.dollyfish.net.nz', 'nodebot', {

View File

@@ -3,6 +3,8 @@
// Definitions by: phillips1012 <https://github.com/phillips1012>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../node/node-0.10.d.ts" />
/** This library provides IRC client functionality. */
declare module 'irc' {
import events = require('events');