components/irssi/TESTING
changeset 7655 b5ff34d7b33b
equal deleted inserted replaced
7652:8ea2de474b66 7655:b5ff34d7b33b
       
     1 There is no built-in test suite for irssi, so it needs to be tested manually.
       
     2 
       
     3 Documentation and tutorials for irssi can be found at:
       
     4 
       
     5   https://irssi.org/documentation/
       
     6 
       
     7 For example, a simple test is to startup irssi from the command line and
       
     8 connect to the #python channel on the irc.freenode.net IRC server using
       
     9 the following commands:
       
    10 
       
    11 /SERVER ADD -auto -network IRCnet irc.freenode.net 6667
       
    12 /CONNECT irc.freenode.net
       
    13 /CHANNEL ADD -auto #python IRCnet
       
    14 /JOIN #python
       
    15 ... type messages ...
       
    16 /QUIT