Idź do dokumentacji tego pliku.
52 #define IRSSI_LOG_EKG2_OPENED "--- Log opened %a %b %d %H:%M:%S %Y"
53 #define IRSSI_LOG_EKG2_CLOSED "--- Log closed %a %b %d %H:%M:%S %Y"
54 #define IRSSI_LOG_DAY_CHANGED "--- Day changed %a %b %d %Y"
64 static void logs_simple(FILE *file,
const char *session,
const char *uid,
const char *text, time_t sent,
msgclass_t class,
const char *status);
65 static void logs_xml (FILE *file,
const char *session,
const char *uid,
const char *text, time_t sent,
msgclass_t class);
66 static void logs_irssi(FILE *file,
const char *session,
const char *uid,
const char *text, time_t sent,
msgclass_t class);
68 static void logs_gaim();