Skip to content

IRC 固有の機能を提供する helper #25

Open
@tomohiro

Description

@tomohiro

文言のカラーリングとか ^C14 みたいなものを Redmine モジュールに直接書いてるので,別モジュールとして切り出したほうがいいかも

module RedmineIRCGateway
  module IRCHelper
    def red message
      "^C{NUM}#{message}^C"
    end
  end
end
require 'irc_helper'

module RedmineIRCGateway
  module Redmine
     include IRCHelper

     puts red('赤で表示されるメッセージ')
  end
end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions