From 3a82ac173bb0ee545ba38a6af73679808898cda8 Mon Sep 17 00:00:00 2001 From: walle303 Date: Fri, 9 Dec 2016 22:41:36 +0000 Subject: [PATCH] Add return after command finishes --- src/commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands.js b/src/commands.js index 39d75387..c4dd7a14 100644 --- a/src/commands.js +++ b/src/commands.js @@ -476,6 +476,7 @@ FFZ.chat_commands.renamegroup = function(room, args) { "/rooms/" + room.id, {display_name:newname} ) + return( "Room renamed to \"" + newname + "\"" ) } /*FFZ.ffz_commands.massunban = function(room, args) {