$Id: FAQ,v 1.5 2002/04/08 15:49:32 tilk Exp $

* How to properly shutdown tilkIRClog?
- /ctcp TheNick ADMIN pass SHUTDOWN

* What means that "Tilk"???
- It's my nick. It's pronounced in Polish same as "Teal'C", a SG-1 team
  member from "Stargate SG-1" S-F serial. But it also means "The IRC
  Logger Killer".

* What do I need to set in configuration to make logs look like MIRC logs?
- You need to set the options:

    indent_nick = None
    line_wrap = None
    timestamp = "hms"
    mircformat = 1
    decodecolors = None
    
  And modify prefixes.py to:

    Info = "***"
    Join = "***"
    Part = "***"
    Slog = "***"
    Elog = "***"
    Pmsg = "<%s>"
    Notc = "-%s-"
    Me   = "* %s"
