Skip to content

ShaneCunn/Mumble_Sample_Welcome_message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mumble MOTD: Message of the day

MOTD Mumble.ini Message of the day, Example on how to make a Message of the Day (MOTD) on a Mumble server.

Instead of welcometext="Welcome to this server running Murmur."

-alt text

##Important links

HTML Examples in the Mumble.ini

Example logo in the welcome message:

<a href="https://www.google.com"><img alt="Your logo here" src="http://i.imgur.com/m4NsCG0.jpg" width="250"></a>
Examples of an contact/Officer list:
<h3>Commanded by the best Officer's</h3>
<ul>
   <li><a href="https://www.google.com"><strong>Clan Leader:</strong> Clan leader</a></li>
   <li><a href="https://www.google.com"><strong>Officer 2:</strong> Co-leader</a>
   </li>
</ul>
Example of a line break
<br>
Example of a hortizontal rule
<hr>

Example of a welcome message

Sample logo

Commanded by the best officer's

*If you have any concerns please contact these Officers


Latest Clan News and Events

Please read these Threads to:

HTML example of a Welcome message

welcometext="
<a href="https://www.google.com"><img alt="BRTD old logo" src="http://i.imgur.com/m4NsCG0.jpg" width="250"></a>
 <h3>Commanded by the best Officer's</h3>
<ul>
    <li><a href="https://www.google.com"><strong>Clan Leader:</strong> Clan leader</a>
    </li>
    <li><a href="https://www.google.com"><strong>Officer 2:</strong> Co-leader</a>
    </li>
</ul>
<p><em><strong>*If you have any concerns please contact these
  Officers</strong></em>
</p>
<br>
<hr>
 <h3>Latest Clan News and Events</h3>
<ul>
    <li> <a href="https://www.google.com">Example Link 1</a>

    </li>
    <li> <a href="https://www.google.com">Example Link 2</a>
    </li>
</ul>
<hr>
 <h3>Please read these Threads to:</h3>
<ul>
    <li> <a href="https://www.google.com">Get full access to the Clan Forums</a>

    </li>
    <li> <a href="https://www.google.com">Suggestion on how to improve the
      Clan/Website please post them here</a>
    </li>
</ul>
<hr>
 <h3>Legal Disclaimer</h3>
<ul type="square">
    <li style="list-style: none"><span style="color:#ff0000"><em><strong></strong></em></span>
    </li>
    <li><span style="color:#ff0000"><em><strong>Please Be Aware It's an age 18+
    Voice Server.</strong></em></span>
    </li>
    <li style="list-style: none"><span style="color:#ff0000"><em><strong></strong></em></span>
    </li>
    <li><span style="color:#ff0000"><em><strong>By using this Voice Server you
    agree that you are aged 18 or older.</strong></em></span>
    </li>
    <li style="list-style: none"><span style="color:#ff0000"><em><strong></strong></em></span>
    </li>
    <li><span style="color:#ff0000"><em><strong>The Server host takes no
    responsibility for context of conversations or messages sent or received on
    this server.</strong> <em></em></em></span>
    </ul>
	"

##Example of important message i.e. a disclaimer

Legal Disclaimer

  • Please Be Aware It's an age 18+ Voice Server.
  • By using this Voice Server you agree that you are aged 18 or older.
  • The Server host takes no responsibility for context of conversations or messages sent or received on this server.

HTML Example of Legal Disclaimer

<h3>Legal Disclaimer</h3>

<ul type="square">
     </li>
    <li><span style="color:#ff0000"><em><strong>Please Be Aware It's an age 18+
    Voice Server.</strong></em></span>
	</li>
    <li><span style="color:#ff0000"><em><strong>By using this Voice Server you
    agree that you are aged 18 or older.</strong></em></span>
    </li>
    <li><span style="color:#ff0000"><em><strong>The Server host takes no
    responsibility for context of conversations or messages sent or received on
    this server.</strong> <em></em></em></span>
  </ul>

About

Mumble Welcome message/MOTD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published