============
cb.room_slug
============

A variable that contains the name of the current room.

This can be used to determine if a message is being sent by the broadcaster.

.. sourcecode:: javascript

    if (msg['user'] == cb.room_slug) {
        cb.sendNotice("Message sent by broadcaster")
    }