From 87dcb1bdda3b1ae2ef2d0433f3911d7dc0e748be Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 27 Aug 2015 22:33:36 -0600 Subject: [PATCH] * Small typo fix --- mods/msg_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/msg_list.js b/mods/msg_list.js index bc16589d..30c34753 100644 --- a/mods/msg_list.js +++ b/mods/msg_list.js @@ -81,7 +81,7 @@ MessageListModule.prototype.mciReady = function(mciData, cb) { return '{msgNum} - {subj} {to}'.format( { msgNum : msgNum++, subj : mle.subject, - to : mle.to + to : mle.toUsername } ); }));