1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon PurpleSk 1.6

PurpleIRC integration with Skript

  1. Download URL Fix

    PugaBear
    This is an update posted by skUnity updating the download URL of the resource to a version located on SkriptTools.net.
  2. Download Link Fix

    PugaBear
    Download Link Fix
  3. IRCMessageEvent is now cancellable

    PugaBear
  4. Event-channel and event-recipient expressions

    PugaBear
    Thanks to cnaude, the developer of PurpleIRC, I was able to add an event-channel and event-recipient (for PMs) expression for the irc message event. Please make sure to update PurpleIRC (min. build 283) when you update PurpleSk.

    Full documentation is on the wiki!
  5. Lots of stuff!

    PugaBear
    Everything is documented on the wiki!

    New expressions:

    Hostmask of user
    Channels of bot
    Users in channel
    Banned list (from config)
    Ops list (from config)
    Voices list (from config)

    New effects:
    Say
    Private message
    Send raw
    Join channel
    Leave channel
    Op user
    Deop user
    Voice user
    Devoice user
    Ban user
    Unban user
    Mute user
    Unmute user

    About half of this is untested, please let me know if there's any problems. I plan...
    Snow-Pyon likes this.
  6. Use change() methods instead of a different effect to set the message

    PugaBear
    Small change to allow you to use set irc message to "%string%" and related expressions more efficiently and without problems.