forked from martynsmith/node-irc
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better way of finding what channels a user is in
Generate the correct list of channels where the user is in (for commands: QUIT, NICK and KILL)
- Loading branch information
Andrei Husanu
committed
Jun 12, 2015
1 parent
f7bfd7d
commit 08f9e01
Showing
2 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,8 @@ | |
"Justin Gallardo <[email protected]>", | ||
"Chris Nehren <[email protected]>", | ||
"Henri Niemeläinen <[email protected]>", | ||
"Alex Miles <[email protected]>" | ||
"Alex Miles <[email protected]>", | ||
"Andrei Husanu <[email protected]>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
|