Remove MOTD, the last step to be Workshop-compatible.

The MOTD is now disabled by default. We will likely approach MOTD a little differently in a future version, but this gets on Workshop for now.
This commit is contained in:
Nayruden 2015-12-12 10:52:13 -05:00
parent ed4c1429fc
commit f156166121
3 changed files with 3 additions and 22 deletions

View File

@ -61,9 +61,9 @@ files["config.txt"] =
;specific config only.
;Any line starting with a ';' is a comment!
ulx showMotd 1 ; Set to 0 to disable showing motd on connect. Shows the file the cvar motdfile says to.
ulx showMotd 0 ; Set to 0 to disable showing motd on connect. Shows the file the cvar motdfile says to.
; Set showMotd to a URL to show a URL. You can use %curmap% and %steamid% in the URL to have it automagically parsed for you (eg, server.com/?map=%curmap%&id=%steamid%).
motdfile ulx_motd.txt ; The motd to show, if using a file.
; motdfile ulx_motd.txt ; The motd to show, if using a file. Put this file in the root of the garry's mod directory.
ulx chattime 0 ; Players can only chat every x seconds (anti-spam). 0 to disable

View File

@ -1 +1 @@
1448140674
1449935533

View File

@ -1,19 +0,0 @@
<html>
<body bgcolor=#dbdbdb>
<div style="text-align: center;">
<div style="width: 80%; margin: 0px auto; border: 10px solid #c9d6e4; background-color: #ededed; padding: 10px; font-size: 12px; font-family: Tahoma; margin-top: 30px; color: #818181; text-align: left;">
<div style="font-size: 30px; font-family: impact; width: 100%; margin-bottom: 5px;">My Server Name</div>
<br>
This Server uses the following mods:<br>
ULX, PropDefender, and VMFLoader.<br>
<br>
<h2>Rules</h2>
1. DON'T MESS WITH OTHER PLAYERS STUFF. If they want help, they'll ask!<br>
2. Don't spam.<br>
3. Have fun.<br>
<div style="width: 100%; text-align: center; margin: 10px; font-weight: bold;">- The Admins</div>
</div>
</div>
</body>
</html>