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

+ 2
- 2
beaglebone.txt 查看文件

2101
 irssi
2101
 irssi
2102
 #+END_SRC
2102
 #+END_SRC
2103
 
2103
 
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/.
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
 #+BEGIN_SRC: bash
2106
 #+BEGIN_SRC: bash
2107
 /server add -auto -network mynetwork -ssl mydonainname.com 6670 mysendacceptpassword
2107
 /server add -auto -network mynetwork -ssl mydonainname.com 6670 mysendacceptpassword
2110
 
2110
 
2111
 /channel add -auto #mychannel mynetwork channelpassword
2111
 /channel add -auto #mychannel mynetwork channelpassword
2112
 
2112
 
2113
-/network add -nick mynick mychannel
2113
+/network add -nick mynick mynetwork
2114
 
2114
 
2115
 /join #mychannel
2115
 /join #mychannel
2116
 
2116