Method | Description | |
---|---|---|
IsSpam ( IMember member, string body ) : bool | ||
SendSlackSpamReport ( string postBody, int topicId, string commentType, int memberId ) : void |
Method | Description | |
---|---|---|
CountValidLinks ( string href, int validLinksCount ) : int | ||
IsSuspiciousBehavior ( string body ) : bool | ||
NewAndPostsALot ( IMember member ) : bool | ||
TextContainsSpam ( string text ) : bool |
public static IsSpam ( IMember member, string body ) : bool | ||
member | IMember | |
body | string | |
return | bool |
public static SendSlackSpamReport ( string postBody, int topicId, string commentType, int memberId ) : void | ||
postBody | string | |
topicId | int | |
commentType | string | |
memberId | int | |
return | void |