Method: Cbt::Girc#info

Defined in:
lib/cbt/girc.rb

#info(msg) ⇒ Object



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