diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 | ||||
-rw-r--r-- | conf-tmpl/battle/gm.conf | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index ec313b138..add9ff445 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added
+2006/09/19
+ * Removed setting ban_spoof_namer (as now invalid chat packets just cause
+ the sending character to be disconnected). [Skotlex]
2006/09/18
* The new socket update code includes support for two new config settings
(packet_athena.txt): frame_size, which can be used to alter the logic
diff --git a/conf-tmpl/battle/gm.conf b/conf-tmpl/battle/gm.conf index b5aff6ba1..cbc25e212 100644 --- a/conf-tmpl/battle/gm.conf +++ b/conf-tmpl/battle/gm.conf @@ -65,11 +65,6 @@ atcommand_gm_only: no // Is the character of a GM account set as the object of a display by @ command etc. or not?
hide_GM_session: no
-// Ban people that try to use an other name of its name (spoof name).
-// Duration of the ban, in minutes (default: 5). Value from 0 to 32767
-// to disable the ban, set 0
-ban_spoof_namer: 5
-
// Ban people that try trade dupe.
// Duration of the ban, in minutes (default: 5). Value from 0 to 32767
// to disable the ban, set 0
|