Class: Cinch::Plugins::RFC

Inherits:
Object
  • Object
show all
Includes:
Cinch::Plugin
Defined in:
lib/cinch/plugins/rfc.rb,
lib/cinch/plugins/rfc/version.rb

Constant Summary collapse

VERSION =
"0.0.4"

Instance Method Summary collapse

Instance Method Details



13
14
15
16
17
# File 'lib/cinch/plugins/rfc.rb', line 13

def rfc_link(m, rfc)
  rfc_url = "http://tools.ietf.org/html/rfc#{rfc}"
  rfc_name = rfc_name_from_url(rfc_url)
  m.reply "RFC #{rfc}: #{rfc_name} (#{rfc_url})"
end