mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-25 09:22:31 -05:00
Add new line
There should be a empty new line between the }, and htmldeclare.
This commit is contained in:
parent
61f6994e56
commit
eda6f4741b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user