Skip to content
  • anonym's avatar
    Ignore case for control port commands. · 385ff623
    anonym authored
    ... cause the control port language doesn't care about it.
    
    (We could have skipped the whole business of using regexes and just
    upper():ed the `line` variable and then do a normal string comparison,
    but that would also upper() any arguments. It doesn't matter now since
    we only care about commands, but if we ever extend this filter so that
    arguments do matter, we won't get shot by potentially missing that.)
    385ff623