Skip to content

Commit 77a59b3

Browse files
committed
[test] irc2 -> ircb
1 parent 0ff164b commit 77a59b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/command-parser-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var assert = require('assert'),
2-
parse = require('../lib/irc2/parser/command-parser');
2+
parse = require('../lib/ircb/parser/command-parser');
33

44
assert.deepEqual(parse(':lindbohm.freenode.net NOTICE * :*** Found your hostname'), {
55
prefix: 'lindbohm.freenode.net',

0 commit comments

Comments
 (0)