Changeset 5838
- Timestamp:
- 01/30/08 07:09:55 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/misc/tig.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/misc/tig.rb
r5837 r5838 47 47 because NAMES list can't send @ leading nick (it interpreted op.) 48 48 49 =end 49 50 50 =end 51 require "rubygems" 52 require "net/irc" 53 require "rbconfig" 54 55 ruby = "#{Config::CONFIG["bindir"]}/#{Config::CONFIG["RUBY_INSTALL_NAME"]}" 56 path = Gem.searcher.find("net/irc").full_gem_path + "/examples" 57 exec(ruby, "#{path}/tig.rb", *ARGV) 58
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)