• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua System Block link

zetibia

Member
Joined
Jun 23, 2013
Messages
109
Reaction score
11
Hello good day,

I would like of one system to block links in game to tfs 1.1. Someone has?
 
You would need to use a regex like parser to look for certain character / word sequences as a filter in the channel(s), I'm just getting back into lua so wish i could be more helpful :(

Something like this
Code:
^((http[s]?|ftp):\/)?\/?([^:\/\s]+)((\/\w+)*\/)([\w\-\.]+[^#?\s]+)(.*)?(#[\w\-]+)?$
 
Someone? Need it for 1.2 or 1.3
Searched alot for ip/link blocker for 1.x and nothig, I used a gesior one for 0.4 a long time ago, it kinda worked.
 
Back
Top