[Solved] On broadcast event

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

aescraft

Well-Known Member
Mar 1, 2017
295
13
0
36
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:

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.
 
How do you suppose an addon developer is going to know when there is a broadcast? There's thousands of broadcast plugins and skripts, this wouldn't be very easy to implement completely but is easy for a user to implement manually.
 
How do you suppose an addon developer is going to know when there is a broadcast? There's thousands of broadcast plugins and skripts, this wouldn't be very easy to implement completely but is easy for a user to implement manually.
Yep, I get it...