Check to see if the user is an admin (+a)
Returns:
28
# File 'library/blur/user.rb', line 28 def admin?; @modes.include? "a" end