How to make commands used by mods appear as if triggered by the broadcaster

I want a couple commands my moderators use, to appear like they came directly from me (The Streamer) What variable do I use to make that happen?

if u mean something like this…

Larry: !command
Nightbot: @Larry typed "!command"

u can do something like this…

$(eval let u=`$(user)`,l=`$(userLevel)`[0];if(l==`m`){u=`$(channel)`};u)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.