CoralMUD-0.26/
CoralMUD-0.26/core/
CoralMUD-0.26/data/
CoralMUD-0.26/data/help/
CoralMUD-0.26/data/socials/
CoralMUD-0.26/lib/automap/
CoralMUD-0.26/lib/items/
class Player
  def cmd_iruby command_table_entry, arg
    $imclock.synchronize do
      $imcclient.channel_send("#{name.capitalize}", "Server02:iruby", arg)
    end
  end
end