promotional bannermobile promotional banner

EiraIRC (Discontinued)

Mod is no longer being developed.

File Details

eirairc-mc1.7.10-2.8.293.jar

  • R
  • Jul 12, 2015
  • 473.32 KB
  • 1.2K
  • 1.7.10

File Name

eirairc-mc1.7.10-2.8.293.jar

Supported Versions

  • 1.7.10

Added ircCommandPrefix to set a different command prefix for IRC channel commands

Added Twitch turbo badge to the name badges

Added /ctcp command to send CTCP messages (thanks to SoniEx2), allowCTCP config option disabled by default

Made the reverse-video formatting code (u0016) show up as obfuscated text (§k)

Fixed Twitch features no longer working correctly (now using IRCv3)

Fixed achievement messages being fired even if they can't be achieved yet, resulting in multiple achievement messages

Fixed NickServ authentication

Fixed IPv6 address parsing (surround IP by [ and ] when specifying a port)

Fixed the nick appearing twice in screenshot sharing messages

Fixed /irc command tab completion

Fixed IRC color conversion (it broke during last release)

Fixed timeout on removing modes from normal users

Fixed log file not actually containing crash information when the connection errors unexpectedly

Fixed connections not always closing on errors, causing ghost duplicates in IRC

Fixed servers.json.example.txt mistakenly saying "general" rather than "settings"

 

API Changes (backwards compatible):

Added relayChat API method

Added HasResult to all IRC events, allowing the override of chat output using Result.ALLOW or Result.DENY to prevent any output (thanks to SoniEx2)

Added IRCPrivate/ChannelCTCPEvent (thanks to SoniEx2)

Added IRCPrivate/ChannelChatOrCTCPEvent (thanks to SoniEx2)

Added missing getters to IRCMessage (thanks to SoniEx2)

Deprecated RelayChat event