util: Remove unused and broken scopeMatch()
authorShane Synan <digitalcircuit36939@gmail.com>
Sat, 1 Sep 2018 21:30:51 +0000 (16:30 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 3 Sep 2018 20:12:02 +0000 (22:12 +0200)
commit4adaaaa83ad4f27fa6b9c902eddefcaee664dd32
tree07eb04c1b37987886c52aa60bf238f4adc399bf0
parent54ebc1bf00f4f9a8376629925329f0e72be04662
util: Remove unused and broken scopeMatch()

Remove scopeMatch() from util.cpp - not only is it no longer needed,
superseded by ExpressionMatch, the scopeMatch behavior broke previous
Quassel functionality.

Details: Channel names can begin with "!", and scopeMatch() does not
support escaping "!" in the beginning of rules.  Escaping support
needs to be added.. but ExpressionMatch can now handle this.  Let us
keep the ugly parser loops confined to one place...
src/common/util.cpp
src/common/util.h