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:
- Use the <%= link_to "contact", new_issue_path() %> form (you must be logged in)
- Visit our <%= link_to "IRC", article_path(408) %> channel <%= link_to "#ENSL", "irc://irc.quakenet.org/ensl" %> on Quakenet.
- Send email to the head admin as per the list below
- Contact other staff members directly, check below and click profile for contact details
You can check some statistics about ENSL here : <%= link_to "ENSL Statistics", :controller => "about", :action => "statistics" %>
Admins
|
Username |
Email |
Task |
Age |
<% Group.admins.each do |grouper| %>
<%= 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 %> |
<% end %>
Referees
|
Username |
Email |
Task |
Age |
<% Group.referees.each do |grouper| %>
<%= 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 %> |
<% end %>
Shoutcasters
|
Username |
Email |
Task |
Age |
<% Group.shoutcasters.each do |grouper| %>
<%= 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 %> |
<% end %>