projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41cde9d
)
Fix typo
author
Jack Allnutt
<jack@allnutt.eu>
Tue, 13 Aug 2013 20:51:30 +0000
(21:51 +0100)
committer
Jack Allnutt
<jack@allnutt.eu>
Tue, 13 Aug 2013 20:51:30 +0000
(21:51 +0100)
server/client.js
patch
|
blob
|
blame
|
history
diff --git
a/server/client.js
b/server/client.js
index 6fee1dc5cacc0803b5369c6a5eef4a9a4ab0b439..2634cbb81c7c2e5dcfe7a7a7d6a73ee23ea295fd 100755
(executable)
--- a/
server/client.js
+++ b/
server/client.js
@@
-2,7
+2,7
@@
var util = require('util'),
events = require('events'),
crypto = require('crypto'),
_ = require('lodash'),
- State = require('./irc/state.js')
;
+ State = require('./irc/state.js')
,
IrcConnection = require('./irc/connection.js').IrcConnection,
ClientCommands = require('./clientcommands.js');