Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ declare module 'irc' {
import net = require('net');
/** This library provides IRC client functionality. */
module NodeIRC {
namespace NodeIRC {
/** A nick connect to an IRC server. */
export class Client extends events.EventEmitter {
/**
@@ -405,7 +405,7 @@ declare module 'irc' {
/**
* Handler functions for Client.
*/
module handlers {
namespace handlers {
/**
* 'registered': Emitted when the server sends the initial 001 line,
* indicating youve connected to the server. See the raw event for
@@ -855,7 +855,7 @@ declare module 'irc' {
}
/** Colors */
module NodeIRC.colors {
namespace NodeIRC.colors {
/**
* Takes a color by name, text, and optionally what color to return.
* @param color - name of color