Add new line

There should be a empty new line between the }, and htmldeclare.
This commit is contained in:
Phil 2014-04-17 21:59:31 -07:00
parent 61f6994e56
commit eda6f4741b

View File

@ -893,6 +893,7 @@ var commands = exports.commands = {
this.add('|raw|<div class="broadcast-blue"><b>'+sanitize(target)+'</b></div>');
this.logModCommand(user.name+' declared '+target);
},
htmldeclare: function(target, room, user) {
if (!target) return this.parse('/help htmldeclare');
if (!this.can('gdeclare', null, room)) return false;