Bob Mottram 11 years ago
parent
commit
67ddf8c4f7
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt View File

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