Totenfluch / SmartLinkRemover

Plugin for Sourcemod that removes Links from Player Names with Regex
20 stars 6 forks source link

Possible issue in-game #5

Closed AgentWesker closed 7 years ago

AgentWesker commented 7 years ago

Requires testing in-game to ensure positive look ahead (?=[^a-zA-Z0-9]) matches the end of a Sourcemod string (null terminator).

Reason: Name that ends in a link or is entirely a link may not be captured.

See: https://wiki.alliedmods.net/Introduction_to_SourcePawn_1.7#Strings

AgentWesker commented 7 years ago

Tested & confirmed to be a problem in game.