From aaf8d4c0761a07a50ca50ca83fb2cfe225f094a5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 6 Mar 2014 22:48:52 +0000 Subject: [PATCH] Improving IRC --- beaglebone.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/beaglebone.txt b/beaglebone.txt index 70701433..80e75230 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -2104,13 +2104,13 @@ irssi Connect to the IRC and identify yourself as an operator. Here /mynetwork/ should be the same as *network_name* specified earlier within /ircd.conf/. The network name is something equivalent to "freenode". #+BEGIN_SRC: bash -/server add -auto -network mynetwork -ssl mydonainname.com 6670 mysendacceptpassword - -/connect mydomainname.com +/network add -nick mynick mynetwork /channel add -auto #mychannel mynetwork channelpassword -/network add -nick mynick mynetwork +/server add -auto -network mynetwork -ssl mydonainname.com 6670 mysendacceptpassword + +/connect mydomainname.com /join #mychannel @@ -2145,6 +2145,8 @@ If you're not using a self-signed certificate (self-signed is the default) then TODO *** Install Irssi as a daemon +It may be useful to run a persistent Irssi session on + If you wish to be able to log into the BBB via ssh and access IRC that way then you can create an Irssi deamon. Note that this is only really appropriate for a single administrator user, not for a situation in which there are multiple users on the BBB. Install some prerequisites. @@ -2336,7 +2338,7 @@ service irssid start Then to subsequently access irssi log into the BBB using ssh and type: #+BEGIN_SRC: bash -screen -t irssi irssi +screen -r irssi #+END_SRC ** Install a Jabber/XMPP server