Query welcome messages

ULDIN

Well-Known Member
Joined
Mar 14, 2016
Messages
95
Reaction score
33
Points
108
Name of the script: Query welcome message script
Functions of the script: a person login pm welcome message throwing
Why do you want it: server add necessary
Screenshots: no
Orginal source (if any): no
Other notes: immediately need :)
 

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
Multiple bots support a welcome message, this goes around from JTS3ServerMods all the way to even SinusBot (music bots).

You can find both of them in the forum by using the search function.
 

Norvik

Retired Staff
Contributor
Joined
Jul 18, 2015
Messages
635
Reaction score
588
Points
157
Check out the NimdaTS3 bot. You can easily change the message in the "WelcomeMsg.json".
Code:
{
"name": "WelcomeMsg",
"author": "MAJID",
"description": "Message a user on connect",
"version": "1.0",
"triggers": [
"event"
],
"event": "cliententerview",
"usage": "false",
"msg": "\n[b]Welcome %CL_NAME% To my TeamSpeak Server\n[b]ID/UNIQUE ID: [color=red]%CL_DATABASE_ID%[/color]/[color=red]%CL_UNIQUE_ID%\n[b]OS/VERSION: [color=red]%CL_PLATFORM%[/color]/[color=red]%CL_VERSION%\n[b]COUNTRY/IP: [color=red]%CL_COUNTRY%[/color]/[color=red]%CL_IP%\n[b]1st LOGIN: [color=red]%CL_CREATED%\n[b]TOTAL CONNECTIONS: [color=red]%CL_TOTALCONNECTIONS%\n"
}
 

ULDIN

Well-Known Member
Joined
Mar 14, 2016
Messages
95
Reaction score
33
Points
108
PHP:
root@cepkin:~/NimdaTS3-master# php start.php
PHP Parse error:  syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /root/NimdaTS3-master/app/TeamSpeak3Bot.php on line 346

@Ridicc
 
Top