I use Purple IRC and the plugin does not catches the server broadcasts into the IRC.
By using a "on broadcast" event, this would be really easy:
The current workaround is to duplicate all the broadcasts in every skript adding the console command plus the broadcast, and takes a long time.
Thanks.
By using a "on broadcast" event, this would be really easy:
code_language.skript:
on broadcast:
execute console command "irc say BOTNAME ##CHANNEL %broadcast%"
The current workaround is to duplicate all the broadcasts in every skript adding the console command plus the broadcast, and takes a long time.
Thanks.