1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
profanity/plugins/RubyTest.rb
2013-08-18 20:11:16 +01:00

6 lines
132 B
Ruby

module RubyTest
def RubyTest.prof_init(version, status)
$stderr.puts "From Ruby: " + version + " " + status
end
end