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,