configuration/simple(jaJP)

チャットフォーマットやIRC連携のみを使いたい場合は、チャンネルを使わずに標準のチャットのように振る舞わせる事も出来ます。

config.yml

メッセージフォーマットから{channelno}と{channel}タグを削除

global:
  message-format: '[{prefix}{player}{suffix}&f] {message}'
  channel-format: '{message}'
  roma-to-hira-format: '{message} &f({converted})'
irc:
  default-say: false
  networks:
    freenode:
      enabled: false
      host: irc.freenode.net
      port: 6667
      nick: ElChat
      charset: UTF-8
      channels:
        '#YourChannel':
          title: IRC
          forwards: [ global, dynmap ]

channels.yml

globalとdynmapチャンネルのみにし、announceをオフ

default-channel: global
channels:
  global:
    title: 'Global'
    auto-join: true
    roma-to-hira: true
    announce: false
    forward-announce: false
    forwards: [ dynmap, '#YourChannel' ]
  dynmap:
    title: 'Dynmap'
    routes: [ global, '#YourChannel' ]

Comments

Posts Quoted:
Reply
Clear All Quotes