replace internal module to namespace

This commit is contained in:
vvakame
2016-03-17 02:18:10 +09:00
parent 2f47c75835
commit 14fe4313f4
1139 changed files with 179639 additions and 179639 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