components/irssi/TESTING
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Tue, 04 Apr 2017 17:27:12 -0700
changeset 7830 a19af6ab1a9c
parent 7655 b5ff34d7b33b
permissions -rw-r--r--
25816799 Remove more excess FOSS from Desktop gate [PSARC 2016/088 - b122 subset] PSARC/2016/088 EOF of more excess FOSS from Desktop consolidation (scrubbing the decks harder)

There is no built-in test suite for irssi, so it needs to be tested manually.

Documentation and tutorials for irssi can be found at:

  https://irssi.org/documentation/

For example, a simple test is to startup irssi from the command line and
connect to the #python channel on the irc.freenode.net IRC server using
the following commands:

/SERVER ADD -auto -network IRCnet irc.freenode.net 6667
/CONNECT irc.freenode.net
/CHANNEL ADD -auto #python IRCnet
/JOIN #python
... type messages ...
/QUIT