Class SpamSystem
Inheritance
System.Object
SpamSystem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public class SpamSystem
Constructors
| Improve this Doc View SourceSpamSystem()
Declaration
public SpamSystem()
Methods
| Improve this Doc View SourceCheakSpam(String)
Declaration
public bool CheakSpam(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Returns
Type | Description |
---|---|
System.Boolean |
CheckSpam(BattleNetFormatUser, String)
Declaration
public bool CheckSpam(BattleNetFormatUser user, string message)
Parameters
Type | Name | Description |
---|---|---|
BattleNetFormatUser | user | |
System.String | message |
Returns
Type | Description |
---|---|
System.Boolean |
RepeatedMessageCount(String)
Declaration
public int RepeatedMessageCount(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Returns
Type | Description |
---|---|
System.Int32 |