Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tomohiro opened this issue Sep 7, 2011 · 0 comments
Open

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

tomohiro opened this issue Sep 7, 2011 · 0 comments

Comments

@tomohiro
Copy link
Contributor

tomohiro commented Sep 7, 2011

文言のカラーリングとか ^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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant