From 0ff7bc0ed744b02e0960def8e5f951a53e8bc446 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Fri, 26 Sep 2014 23:14:46 +0200 Subject: [PATCH] Dang --- public/js/cryptalk_modules/templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/cryptalk_modules/templates.js b/public/js/cryptalk_modules/templates.js index 31fa838..ef9f3f6 100644 --- a/public/js/cryptalk_modules/templates.js +++ b/public/js/cryptalk_modules/templates.js @@ -46,7 +46,7 @@ define({ info: '
  • [{timestamp}] INF> {text}
  • ', server: '
  • [{timestamp}] SRV> {text}
  • ', error: '
  • [{timestamp}] ERR> {text}
  • ', - message: '
  • [{timestamp}] {nick}> {text}
  • ' + message: '
  • [{timestamp}] MSG> {nick}> {text}
  • ' }, // All message templates will have access to the properties in the 'settings' module,