1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-01 16:48:32 +00:00

Add return after command finishes

This commit is contained in:
walle303 2016-12-09 22:41:36 +00:00
parent 065d5b552f
commit 3a82ac173b

View file

@ -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) {