projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f52d854
)
typo
author
Jack Allnutt
<m2ys4u@Gmail.com>
Wed, 16 Nov 2011 13:27:33 +0000
(13:27 +0000)
committer
Jack Allnutt
<m2ys4u@Gmail.com>
Wed, 16 Nov 2011 13:27:33 +0000
(13:27 +0000)
server/kiwi.js
patch
|
blob
|
blame
|
history
diff --git
a/server/kiwi.js
b/server/kiwi.js
index 99f5ca5835561cc73bff9e3ce0364659bd826a84..68c0bb61974a8bd822f2306b1030a9bda1286850 100644
(file)
--- a/
server/kiwi.js
+++ b/
server/kiwi.js
@@
-181,7
+181,7
@@
this.bindIRCCommands = function (irc_connection, websocket) {
return app.bindIRCCommands.call(this, irc_connection, websocket);
}
this.rebindIRCCommands = function () {
- return app.bindIRCCommands.call(this);
+ return app.
re
bindIRCCommands.call(this);
}