# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1537617314 -7200
# Node ID 07fd880905a34bd036d71719e5066126c8a1ee05
# Parent  7e16e4ecd090d5bc227bce77f2ff063a099712c5
mod_scansion_record: Remove extra "

diff -r 7e16e4ecd090 -r 07fd880905a3 plugins/mod_scansion_record.lua
--- a/plugins/mod_scansion_record.lua	Sat Sep 22 13:54:54 2018 +0200
+++ b/plugins/mod_scansion_record.lua	Sat Sep 22 13:55:14 2018 +0200
@@ -45,7 +45,7 @@
 	end
 	session.scansion_character = user.character;
 	session.scansion_device = device;
-	session.scansion_id = user.character..(device ~= "" and "'s "..device" or device);
+	session.scansion_id = user.character..(device ~= "" and "'s "..device or device);
 
 	full_jids[session.full_jid] = session.scansion_id;