diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-04 23:55:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-04 23:55:19 -0300 |
commit | 957ed807b1e6e2820717284acfcec9d35a3ee62a (patch) | |
tree | 84a98586bc589e205edc89e068a73f1be9b4c5b6 /conf | |
parent | dd327900419c75bf8ffe1afe61ebab0d72417fb6 (diff) | |
download | serverdata-957ed807b1e6e2820717284acfcec9d35a3ee62a.tar.gz serverdata-957ed807b1e6e2820717284acfcec9d35a3ee62a.tar.bz2 serverdata-957ed807b1e6e2820717284acfcec9d35a3ee62a.tar.xz serverdata-957ed807b1e6e2820717284acfcec9d35a3ee62a.zip |
Highlight Hello=) and Chicka-Maria as valid nicknames
Left parenthesis still illegal, so you cannot try to pull off the `(GM)` trick
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char/char-server.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/char/char-server.conf b/conf/char/char-server.conf index b8f914b8..f50a70c4 100644 --- a/conf/char/char-server.conf +++ b/conf/char/char-server.conf @@ -151,7 +151,7 @@ char_configuration: { // Set the letters/symbols that you want use with the 'char_name_option' option. // Note: Don't add spaces unless you mean to add 'space' to the list. - name_letters: "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890" + name_letters: "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890=)-" // Block renaming if character is in a guild or a party? (BOOL) // Athena: false Aegis: true |