what happen to typedef int?
typedef int (*AtCommandFunc)(const int fd, struct map_session_data* sd, const char* command, const char* message);
it became typedef bool?
typedef bool (*AtCommandFunc)(const int fd, struct map_session_data* sd, const char* command, const char* message,struct...