21 22 23
# File 'lib/jah/command.rb', line 21 def register(handler, regex) COMM << [handler, /^#{regex}/, self] end