# Syntax of this file is same as configuration file's. # Lines starting with '#' (hash) are comments and ignored. # See file "PARSER" for information about formatstring tokens # and syntax. You should define as many format strings as # possible, though it is possible to leave them empty. # Name of this format. Used to specify it via '-f' option. # NOTICE: This name must be unique! ifName = "myformat" # Short description of this format (shown in the formats list) ifDescription = "My own logformat" # Public messages fmtPublic = "%H:%M:%S<%@%n> %t" # Notices fmtNotice = "%H:%M:%S-%n:%c- %t" # Actions fmtAction = "%H:%M:%S * %n %t" # Channel mode-changes fmtMode = "%H:%M:%S-!- mode/%c [%m] by %n" # Joins, parts, quits fmtJoin = "%H:%M:%S-!- %n [%*] has joined %c" fmtPart = "%H:%M:%S-!- %n [%*] has left %c" fmtQuit = "%H:%M:%S-!- %n [%*] has quit " # Kicks fmtKick = "%H:%M:%S-!- %n was kicked from %c by %N" # Nickchanges fmtNickChange = "%H:%M:%S-!- %n is now known as %N" # Topic change fmtTopicChange = "%H:%M:%S-!- %n changed the topic of %c to: %t" # Day change fmtDayChange = "--- Day changed"