Making Serverwelcome messages HTML
See original GitHub issuehey! So the title says it, maybe it would be cool if that was possible, like:
serverWelcome2: 'Follow AgarUp.us on <a href="example.com">Twitter!</a>'
i know its possible, but does anyone know how to do it?
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Welcome message html tutorial - Tips & Guides
Welcome message guide. HTML hints? How to make your own HTML welcome messages! Do You Need Welcome Message Help. My server Louie awes....
Read more >How to make welcome message for new members of the ...
Ok, so my question is: how do I make a function at my bot that sends a welcome message on a special channel...
Read more >How to use welcome messages? - Knowledgebase
To do this please first make sure your server.cfg file contains the following line: WELCOME_MESSAGE=cfg/welcome message.txt
Read more >Customizing the welcome message | Crucible Server 4.8
Crucible administrators can customize the welcome message that is displayed when Crucible starts by clicking Front Page Customization (under ...
Read more >Welcome Message Configuration - Cerberus Support
To replace the 'Welcome to Cerberus FTP Server' message on the Web ... Once filled with your own HTML formatted text, it will...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@CalvinDKL It’s called in a canvas, if tags like that were allowed, someone could just send
HELLO
and it’d break everything 😃From what I remember, Agar.io when it was released allowed HTML characters in the canvas for the leaderboard, so people screwed with it. After that it was fixed.
@CalvinDKL Something like that you would not modify in gameserver.ini, try doing that in PacketHandler.js where
serverWelcome2
is actually used