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