A program that watches Zakim in an IRC channel and shows a live view of Zakim's current agenda, queue and questions.
Screenshot:
Run it with a command such as this:
perl zakim-monitor ircs://mylogin:mypassword@irc.w3.org/channelname
(Leave the password empty to have the program prompt for it.)
The full manual is contained in the program file. Use perlpod zakim-monitor
to read a formatted version.
The program requires Perl and the following Perl modules to be installed:
- Bot::BasicBot (in Debian: libbot-basicbot-perl)
- Curses (in Debian: libcurses-perl)
- Term::ReadKey (in Debian: libterm-readkey-perl)