Bob Mottram 11 년 전
부모
커밋
67ddf8c4f7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt 파일 보기

@@ -2101,7 +2101,7 @@ sudo apt-get install irssi
2101 2101
 irssi
2102 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 2106
 #+BEGIN_SRC: bash
2107 2107
 /server add -auto -network mynetwork -ssl mydonainname.com 6670 mysendacceptpassword
@@ -2110,7 +2110,7 @@ Connect to the IRC and identify yourself as an operator.  Here /mynetwork/ shoul
2110 2110
 
2111 2111
 /channel add -auto #mychannel mynetwork channelpassword
2112 2112
 
2113
-/network add -nick mynick mychannel
2113
+/network add -nick mynick mynetwork
2114 2114
 
2115 2115
 /join #mychannel
2116 2116