24,486 ARTICLES
ON THIS WIKI

Forge IRC

Forge IRC
Name Forge IRC
Creator Unknown
Type Chat client
Latest Version 6.6.0.515
Minecraft Version Unknown
Website Forge IRC (Forum)
Root Mod Unspecified
Modpacks Feed The Beast Ultimate
Magic World
New World Mod Pack

Forge IRC is a MinecraftForge compatible minecraft IRC client.[1] It is used to connect your entire server or just your client to an IRC channel.

Configuration[edit]

For FTB Beta the confg file location is FTBBETAA/minecraft/config/ForgeIRC.cfg The default menu key is set as M and should be set to an alternative to avoid conflicts with multiple other mods with functions bound to the same key. Note that the menu has not been verified to work in current versions.

To enable ForgeIRC edit FTBBETAA/minecraft/config/ForgeIRC.cfg

  ####################
  # general 
  ####################
  
  general {
     Nickname=playername
     ircEnabled=false
     menuKey=50
  }

to

  ####################
  # general 
  ####################
  
  general {
     Nickname=playername
     ircEnabled=true
     menuKey=50
  }

Server, authentication, username, password, etc. can all be edited from the same config file where indicated.

References[edit]

  1. http://minecraftforum.net/topic/1475847 Minecraft Forum post