119
119
# Indicates with wich action the error happened
120
120
lambda c: c.tag(query.lower().replace("#", "")), _("perform tag query"), filter)
122
127
def group(self, query, filter=PROTOCOLS.keys()):
123
128
return self.perform_operation(
124
129
lambda a: a["receive_enabled"] and supports(a, can.GROUP),