OSRS Plugin API
    Preparing search index...

    Enumeration ON_CLAN_CHANNEL_TRANSMIT

    Event id for joining or leaving clan chat. Calls the OnClanChannelTransmitCallback.

    -- Create a function
    local clanChannelTransmit = function()
    osrs.print("Entered or left clan chat")
    end
    -- Subscribe to the function
    osrs.Events.subscribe(clanChannelTransmit, osrs.Events.ON_CLAN_CHANNEL_TRANSMIT)