mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-28 16:10:28 -05:00
changes and vpn checking
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Plugin.cs" />
|
||||
<None Include="Plugin.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
@ -85,7 +85,7 @@ namespace EventAPI
|
||||
message.Contains("wall") ||
|
||||
message.Contains("cheto") ||
|
||||
message.Contains("hak") ||
|
||||
message.Contains("bot");
|
||||
message.Contains(" bot ");
|
||||
|
||||
if (flagged)
|
||||
{
|
||||
|
Reference in New Issue
Block a user