Skip to content

Instantly share code, notes, and snippets.

@Xyphis12
Created February 22, 2014 05:11
Show Gist options
  • Save Xyphis12/9149051 to your computer and use it in GitHub Desktop.
Save Xyphis12/9149051 to your computer and use it in GitHub Desktop.
joimsg.js
/*********************************************************************************
* Join Messages
* This file uses key:value pairs to specify a join message for each channel
* To add a message, simple create a new pair in the form of 'channel': 'message'.
*
* The protocol-doc.md file documents many aspects of the chat protical,
* including using HTML in a message.
*
* If you change this file, and want the changes to take effect,
* Simply type the command: /hotpatch chat as an admin in the chat, and it should
* either crash or load.
**/
exports.joinmsg = {
'lobby': '|html|<div class="infobox" style="border-color:blue"><center><br /><img src="http://cdn.bulbagarden.net/upload/thumb/9/9f/Movie_1_Deleted_Scene_8.png/250px-Movie_1_Deleted_Scene_8.png"><br />' +
'<b><u>Welcome to the Dr. Fuji\'s Lab!</u></b><br />' +
'This server is a place for people to design and develop their own Pokémon!<br /><br />' +
'We currently have an open discussion thread for ideas about how to organize this process. If you are interested, you can weigh in on the discussion <a href="http://forum.fuji-labs.net/viewtopic.php?f=12&t=9">here</a>!<br /><br />'+
'The server also has CAP Prevos, which can be used in the CAP format or in CAP LC (if they qualify for Little Cup)<br /><br />' +
'To get the LAB pokemon to display right, you must use the custom client, which can be found <a href="http://client.fuji-labs.net">here</a><br /><br />' +
'The Fuji labs forum is back up! You can find it <a href="http://forum.fuji-labs.net">here</a><br /><br />' +
'Friends Lists can be accessed using /friends, Adding and removing friends with /addfriend and /removefriend<br /><br /></em></blockquote></div></font></center>',
'development': '|html|<div class="infobox" style="border-color:blue"><center><b><u>Dr. Fuji\'s Super Secret Development Chat</div></font></center>',
'fakemon': '|html|<div class="infobox" style="border-color:blue"><center><b><u>Welcome to Fakemon</div></font></center>'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment