projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b97662
)
fixed small bug relating to buffers
author
Jack Allnutt
<m2ys4u@Gmail.com>
Sun, 14 Aug 2011 15:48:10 +0000
(16:48 +0100)
committer
Jack Allnutt
<m2ys4u@Gmail.com>
Sun, 14 Aug 2011 15:48:10 +0000
(16:48 +0100)
node/kiwi.js
patch
|
blob
|
blame
|
history
diff --git
a/node/kiwi.js
b/node/kiwi.js
index b4bb6ee3dca8a0b3ad7cda343b3d63204226ac8f..bce901b8515e7dd87d1c81ef58b8880af8a67b1d 100644
(file)
--- a/
node/kiwi.js
+++ b/
node/kiwi.js
@@
-427,7
+427,7
@@
var ircSocketDataHandler = function (data, websocket, ircSocket) {
ircSocket.holdLast = false;
ircSocket.held = '';
}
- if (data.substr(-1)
=
== '\n') {
+ if (data.substr(-1)
!
== '\n') {
ircSocket.holdLast = true;
}
data = data.split("\n");