Skip to content

Commit e6058c1

Browse files
Add quotes to server_description, server_name, and motd
1 parent 559eb08 commit e6058c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/config_sample/config.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ port=27016
99
secure_port=-1
1010

1111
; The server description that will appear on the master server.
12-
server_description=This is a placeholder server description. Tell the world of AO who you are here!
12+
server_description="This is a placeholder server description. Tell the world of AO who you are here!"
1313

1414
; The server's name. This appears both on the master server, and in messages sent to users by the server.
15-
server_name=An Unnamed Server
15+
server_name="An Unnamed Server"
1616

1717
; The server's Message of the Day. This will be sent in OOC to joining users.
18-
motd=MOTD is not set.
18+
motd="MOTD is not set."
1919

2020
; Whether the server should accept WebAO connections or not.
2121
webao_enable=true

0 commit comments

Comments
 (0)