[LUA] linkConvert (with update reminder and unread messages reminder)

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
Settings:
Code:
    setting = { -- Edit below this line! --
        active = true, -- Enable the script.
        debug = true, -- The script shows debug messages.
        onConnect = false, -- Check the client version of every client each time we connect?
    },
    functions = {
        protocols = true, -- Should protocols be reparsed?
        lmgtfy = true, -- Should we allow google'ing etc?
        lmgtfy_prefix = "!",
        updateReminder = true, -- Should clients get a notification message when they use a outdated client?
        offlineMSGReminder = true, -- Shoudl clients get a notification message when they have unread offline messages?
    },           -- Edit above this line! --
    protocols = { "steam://", "minecraft://", "repz://", "channelid://"},
    var = {
        ownVersion = "3.0.18.2", -- Change this to 0 to use your client's version.
        ownBuild = 1445512488, -- Change this to 0 to use your client's build number.
        requestedclientvars = false,
        requestedclientvarsclid = 0,
    },

Download: https://github.com/Bluscream/linkConvert-TS3-LUA-Script/releases/latest

 
Last edited:

cROWN

Member
Joined
Sep 25, 2015
Messages
142
Reaction score
54
Points
63
What does it exactly do and add a list of features maybe?
 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
I needed the thread before finishing the plugin cause it uses it in messages :D All that stuff will come soon.
 
Top