mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-01 11:39:28 +08:00
fix references for node-irc
This commit is contained in:
@@ -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', {
|
||||
|
||||
2
node-irc/node-irc.d.ts
vendored
2
node-irc/node-irc.d.ts
vendored
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user