浏览代码

Improving IRC

Bob Mottram 11 年前
父节点
当前提交
aaf8d4c076
共有 1 个文件被更改,包括 7 次插入5 次删除
  1. 7
    5
      beaglebone.txt

+ 7
- 5
beaglebone.txt 查看文件

@@ -2104,13 +2104,13 @@ irssi
2104 2104
 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".
2105 2105
 
2106 2106
 #+BEGIN_SRC: bash
2107
-/server add -auto -network mynetwork -ssl mydonainname.com 6670 mysendacceptpassword
2108
-
2109
-/connect mydomainname.com
2107
+/network add -nick mynick mynetwork
2110 2108
 
2111 2109
 /channel add -auto #mychannel mynetwork channelpassword
2112 2110
 
2113
-/network add -nick mynick mynetwork
2111
+/server add -auto -network mynetwork -ssl mydonainname.com 6670 mysendacceptpassword
2112
+
2113
+/connect mydomainname.com
2114 2114
 
2115 2115
 /join #mychannel
2116 2116
 
@@ -2145,6 +2145,8 @@ If you're not using a self-signed certificate (self-signed is the default) then
2145 2145
 TODO
2146 2146
 *** Install Irssi as a daemon
2147 2147
 
2148
+It may be useful to run a persistent Irssi session on
2149
+
2148 2150
 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.
2149 2151
 
2150 2152
 Install some prerequisites.
@@ -2336,7 +2338,7 @@ service irssid start
2336 2338
 Then to subsequently access irssi log into the BBB using ssh and type:
2337 2339
 
2338 2340
 #+BEGIN_SRC: bash
2339
-screen -t irssi irssi
2341
+screen -r irssi
2340 2342
 #+END_SRC
2341 2343
 
2342 2344
 ** Install a Jabber/XMPP server