configuration

MineComm:

#irc server details of the server you wish to join

  serverHost: irc.esper.net
  serverHostPort: 6667
  serverPassword: ''
  nickname: MineComm
  altnick: MineComm_

#channels you wish the bot to join on the network
#relay is a channel that gets in game messages sent to
#oprelay is a channel that gets console information sent to
#adminrelay is a channel that gets staff information sent to

  channels:
  - adminrelay: false
    oprelay: false
    relay: true
    name: '#MineComm'
    key: ''
  - adminrelay: true
    oprelay: false
    relay: false
    name: '#MineComm.admin'
    key: ''
  - adminrelay: false
    oprelay: true
    relay: false
    name: '#MineComm.ops'
    key: ''

#the bots nickserv password goes here
  nickservPassword: 'testpassword'
#do we want to display debug info to console?
  ircDebug: false
#your ingame currency
  currency: $
#things to do once the bot connects to the irc network
  perform:
  - invite: '#MineComm.admin'
    invite: '#MineComm.ops'
#the delay between each message that is sent to irc. Please check with the network to ensure you dont set this too low
#if this is set too low, the bot will get disconnected from irc a lot due to flooding
  messageDelay: 2000
#ignore any irc messages starting with the following. e.g. this will ignore any messages starting with ! which is useful if you have any
#other bots in the channel that use ! to start their commands
  ircignore: '!'

Comments

Posts Quoted:
Reply
Clear All Quotes