projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
209e595
)
Fix indentation in server/irc/user.js
author
Jack Allnutt
<jack@allnutt.eu>
Wed, 4 Jun 2014 19:34:42 +0000
(20:34 +0100)
committer
Jack Allnutt
<jack@allnutt.eu>
Wed, 4 Jun 2014 19:34:42 +0000
(20:34 +0100)
server/irc/user.js
patch
|
blob
|
blame
|
history
diff --git
a/server/irc/user.js
b/server/irc/user.js
index 9745972fa32f2d0d1147a548b5d7ad9efea3dc28..082381e13f63695d939bf4f900e2e899a38b1152 100755
(executable)
--- a/
server/irc/user.js
+++ b/
server/irc/user.js
@@
-229,10
+229,10
@@
function onWhoWasEnd(event) {
}
\r
\r
function onNotice(event) {
\r
- var that = this;
\r
- global.modules.emit('irc user notice', {
\r
- connection: this.irc_connection,
\r
- irc_event: event
\r
+
var that = this;
\r
+
global.modules.emit('irc user notice', {
\r
+
connection: this.irc_connection,
\r
+
irc_event: event
\r
})
\r
.done(function() {
\r
that.irc_connection.clientEvent('message', {
\r