General Information

We are a free-working organization founded in 2005 which has organized various competitions for the Half-Life mod Natural Selection. We now primarily focus on its successor, Natural Selection 2.

To contact us:

  1. Use the <%= link_to "contact", new_issue_path() %> form (you must be logged in)
  2. Visit our <%= link_to "IRC", article_path(408) %> channel <%= link_to "#ENSL", "irc://irc.quakenet.org/ensl" %> on Quakenet.
  3. Send email to the head admin as per the list below
  4. Contact other staff members directly, check below and click profile for contact details

You can check some statistics about the ENSL here: <%= link_to "ENSL Statistics", controller: "about", action: "statistics" %>

Admins

<% Group.admins.each do |grouper| %> <% end %>
Username Email Task Age
<%= flag grouper.user.country %> <%= namelink grouper.user %> <%= h grouper.user.email_s %> <% if grouper.task %> <%= h grouper.task %> <% else %> <%= h grouper.group.name.singularize %> <% end %> <%= h grouper.user.age %>

Referees

<% Group.referees.each do |grouper| %> <% end %>
Username Email Task Age
<%= flag grouper.user.country %> <%= namelink grouper.user %> <%= h grouper.user.email_s %> <% if grouper.task %> <%= h grouper.task %> <% else %> <%= h grouper.group.name.singularize %> <% end %> <%= h grouper.user.age %>

CASTERS

<% Group.casters.each do |grouper| %> <% end %>
Username Email Task Age
<%= flag grouper.user.country %> <%= namelink grouper.user %> <%= h grouper.user.email_s %> <% if grouper.task %> <%= h grouper.task %> <% else %> <%= h grouper.group.name.singularize %> <% end %> <%= h grouper.user.age %>

Extras

<% Group.extras.each do |grouper| %> <% end %>
Username Email Task Age
<%= flag grouper.user.country %> <%= namelink grouper.user %> <%= h grouper.user.email_s %> <% if grouper.task %> <%= h grouper.task %> <% else %> <%= h grouper.group.name.singularize %> <% end %> <%= h grouper.user.age %>