mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-01 16:48:32 +00:00
Add return after command finishes
This commit is contained in:
parent
065d5b552f
commit
3a82ac173b
1 changed files with 1 additions and 0 deletions
|
@ -476,6 +476,7 @@ FFZ.chat_commands.renamegroup = function(room, args) {
|
|||
"/rooms/" + room.id,
|
||||
{display_name:newname}
|
||||
)
|
||||
return( "Room renamed to \"" + newname + "\"" )
|
||||
}
|
||||
|
||||
/*FFZ.ffz_commands.massunban = function(room, args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue