Feed The Beast Wiki
Feed The Beast Wiki
Advertisement

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[]

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[]

hi

Advertisement