$Id: TODO 39647 2013-06-14 08:20:59Z wsl $

- use more sane names for variables:
    set SETTINGS(ircname)   alice.uvt.oi
  should be
    set SETTINGS(servername)   alice.uvt.oi
  We should create a new variable SETTINGS(ircname) which will get used
  for $u in
    sendToIrc "NICK $u 1 [timestamp] +i $u $h $i :$u"
  E.g.:
    set SETTINGS(ircname) De IRC bot van ITS Unix SM voor Nagiosberichten.

- make sure it runs when 127.0.0.1:poort is set in inetd.conf.
  currently it seems to choke on this: only works when just the port
  is specified.

- joostvb: mention this thing behaves as an irc network node (i.e. a server)

- improve documentation.

- supply example logrotate.conf file.

- make uvtbot react sane on SIGHUP.  (Will probably never get done...)

- make uvtbot log to syslog.  (Will probably never get done...)
