Bob Mottram 11 anni fa
parent
commit
67ddf8c4f7
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt Vedi File

@@ -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