@ -18,7 +18,8 @@ func getMsgParsingRule(m *ChatWarsMessage) (*MessageParsingRule, error) {
if i == len(msgParsingRules) {
return nil, errors.New("Can't find message type in rules.")
} else {
return &msgParsingRules[i], nil
r := msgParsingRules[i]
return r, nil
}
The note is not visible to the blocked user.