10 11 12 13
# File 'lib/cbt/girc.rb', line 10 def info msg return unless @v puts "[GITC] #{msg}" if msg.size > 0 end