From 2593272cecd358e1cddc57f77f377b9c93c906a6 Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Wed, 4 Jun 2014 20:34:42 +0100 Subject: [PATCH] Fix indentation in server/irc/user.js --- server/irc/user.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/irc/user.js b/server/irc/user.js index 9745972..082381e 100755 --- a/server/irc/user.js +++ b/server/irc/user.js @@ -229,10 +229,10 @@ function onWhoWasEnd(event) { } function onNotice(event) { - var that = this; - global.modules.emit('irc user notice', { - connection: this.irc_connection, - irc_event: event + var that = this; + global.modules.emit('irc user notice', { + connection: this.irc_connection, + irc_event: event }) .done(function() { that.irc_connection.clientEvent('message', { -- 2.25.1