Issue information

Issue ID
#505
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 28, 2007 8:17
Last Post
Hercules Elf Bot
Nov 28, 2007 8:17
Confirmation
N/A

Hercules Elf Bot - Nov 28, 2007 8:17

Originally posted by [b]Brainstorm[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=505

CODE
#ifndef TXT_ONLY
    { "checkmail",          1,     atcommand_listmail },
    { "listmail",           1,     atcommand_listmail },
    { "listnewmail",        1,     atcommand_listmail },
    { "readmail",           1,     atcommand_readmail },
    { "deletemail",         1,     atcommand_deletemail },
    { "sendmail",           1,     atcommand_sendmail },
    { "sendprioritymail",  80,     atcommand_sendmail },
    { "refreshonline",     99,     atcommand_refreshonline },
#endif

This cause these commands to be 100% ignored by txt map server, being so, it spits unknown settings warnings from atcommand.conf when loading map.
Of course it isnt an issue, but a ton of people see warning as errors and get concerned about it. It is just not the proper way to handle with these commands.

This post has been edited by Brainstorm: Nov 28 2007, 12:18 AM