Skip to content

Commit

Permalink
Added freenode #ubuntu rpl_channelmodeis test
Browse files Browse the repository at this point in the history
  • Loading branch information
martynsmith committed Jan 22, 2013
1 parent e145543 commit d3d9ba7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/parse-line.js
Expand Up @@ -79,6 +79,14 @@ describe("irc.parseMessage", function() {
rawCommand: "PRIVMSG",
commandType: "normal",
args: [ "#channel", "so : colons: :are :: not a problem ::::" ]
},
":pratchett.freenode.net 324 nodebot #ubuntu +CLcntjf 5:10 #ubuntu-unregged": {
prefix: 'pratchett.freenode.net',
server: 'pratchett.freenode.net',
command: 'rpl_channelmodeis',
rawCommand: '324',
commandType: 'reply',
args: [ 'nodebot', '#ubuntu', '+CLcntjf', '5:10', '#ubuntu-unregged' ]
}
};

Expand Down

0 comments on commit d3d9ba7

Please sign in to comment.