# File lib/rbot/irc.rb, line 446
  def insert(idx, *ar)
    super(idx, *ar) if internal_will_accept?(true, *ar)
  end