$Id: TODO 10851 2006-08-01 09:28:18Z joostvb $

- 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 fine 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...)
