mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+3
-3
@@ -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 you’ve 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
|
||||
|
||||
Reference in New Issue
Block a user