|  | @@ -2141,6 +2141,46 @@ It should look something like this:
 | 
	
		
			
			| 2141 | 2141 |  
 | 
	
		
			
			| 2142 | 2142 |  If you're not using a self-signed certificate (self-signed is the default) then you can set *ssl_verify* to "yes".
 | 
	
		
			
			| 2143 | 2143 |  
 | 
	
		
			
			|  | 2144 | +By default Irssi does not look especially attractive.  To improve it's looks:
 | 
	
		
			
			|  | 2145 | +
 | 
	
		
			
			|  | 2146 | +#+BEGIN_SRC: bash
 | 
	
		
			
			|  | 2147 | +cd ~/.irssi
 | 
	
		
			
			|  | 2148 | +wget http://freedombone.uk.to/irssi/xchat.theme
 | 
	
		
			
			|  | 2149 | +mkdir ~/.irssi/scripts
 | 
	
		
			
			|  | 2150 | +mkdir ~/.irssi/scripts/autorun
 | 
	
		
			
			|  | 2151 | +cd ~/.irssi/scripts/autorun
 | 
	
		
			
			|  | 2152 | +wget http://freedombone.uk.to/irssi/xchatnickcolor.pl
 | 
	
		
			
			|  | 2153 | +wget http://freedombone.uk.to/irssi/adv_windowlist.pl
 | 
	
		
			
			|  | 2154 | +#+END_SRC
 | 
	
		
			
			|  | 2155 | +
 | 
	
		
			
			|  | 2156 | +Verify the files:
 | 
	
		
			
			|  | 2157 | +
 | 
	
		
			
			|  | 2158 | +#+BEGIN_SRC: bash
 | 
	
		
			
			|  | 2159 | +sha256sum ~/.irssi/xchat.theme
 | 
	
		
			
			|  | 2160 | +7a84130ad55aabd0b043a03b013628438e6c7f82a58e15267633bc7eb443e60b
 | 
	
		
			
			|  | 2161 | +
 | 
	
		
			
			|  | 2162 | +sha256sum ~/.irssi/scripts/autorun/xchatnickcolor.pl
 | 
	
		
			
			|  | 2163 | +8293e867a22d42ce5a28cd755237509b6f3587fd2b21d7d20af4a832081610ca
 | 
	
		
			
			|  | 2164 | +
 | 
	
		
			
			|  | 2165 | +sha256sum ~/.irssi/scripts/autorun/adv_windowlist.pl
 | 
	
		
			
			|  | 2166 | +e4dd8f6d384bf4f2d0ab5ccf06df06e4a69d2647b08d37c8fc6cfd9326688395
 | 
	
		
			
			|  | 2167 | +#+END_SRC
 | 
	
		
			
			|  | 2168 | +
 | 
	
		
			
			|  | 2169 | +Then run Irssi and enter the commands:
 | 
	
		
			
			|  | 2170 | +
 | 
	
		
			
			|  | 2171 | +#+BEGIN_SRC: bash
 | 
	
		
			
			|  | 2172 | +/set theme xchat
 | 
	
		
			
			|  | 2173 | +/statusbar window remove act
 | 
	
		
			
			|  | 2174 | +/set awl
 | 
	
		
			
			|  | 2175 | +/set awl_block -14
 | 
	
		
			
			|  | 2176 | +/set awl_display_key $Q%K|$N%n $H$C$S
 | 
	
		
			
			|  | 2177 | +/set awl_display_key_active $Q%K|$N%n $H%U$C%n$S
 | 
	
		
			
			|  | 2178 | +/set awl_display_nokey [$N]$H$C$S
 | 
	
		
			
			|  | 2179 | +/run autorun/adv_windowlist.pl
 | 
	
		
			
			|  | 2180 | +/set awl_viewer off
 | 
	
		
			
			|  | 2181 | +/save
 | 
	
		
			
			|  | 2182 | +#+END_SRC
 | 
	
		
			
			|  | 2183 | +
 | 
	
		
			
			| 2144 | 2184 |  *** Usage with XChat
 | 
	
		
			
			| 2145 | 2185 |  TODO
 | 
	
		
			
			| 2146 | 2186 |  *** Install Irssi as a daemon
 | 
	
	
		
			
			|  | @@ -2359,8 +2399,6 @@ Then to subsequently access irssi log into the BBB using ssh and type:
 | 
	
		
			
			| 2359 | 2399 |  irc
 | 
	
		
			
			| 2360 | 2400 |  #+END_SRC
 | 
	
		
			
			| 2361 | 2401 |  
 | 
	
		
			
			| 2362 |  | -
 | 
	
		
			
			| 2363 |  | -
 | 
	
		
			
			| 2364 | 2402 |  ** Install a Jabber/XMPP server
 | 
	
		
			
			| 2365 | 2403 |  
 | 
	
		
			
			| 2366 | 2404 |  #+BEGIN_VERSE
 |