I have a couple bots and several scripts. The scripts/bots will talk to the main bot which controls my stream and user database. Example, trivia bot will say "!give user 1" to reward a user for a correct answer. or "!updategame DayZ" to update the game that's currently running.
Twitch has a new feature to whisper to other users without leaving the channel you're in. Is there a way to insert a line in each script to whisper the bot these kinds of "background" commands? That way users will only see:

"thebot has given user 1 points"

instead of

"!give user 1
thebot has given user 1 points"