Changeset - 8cc37e102585
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-10-14 12:04:31
hanzz.k@gmail.com
Docs update
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/guide/libcommuni.textile
Show inline comments
 
@@ -29,13 +29,13 @@ To use this mode, you have to configure irc_server variable like this:
 
[service]
 
irc_server=irc.freenode.org
 
</pre>
 

	
 
h3. 2.2 One transport for more IRC networks
 

	
 
In this mode users can connect more IRC networks, but they can't connect the network without being in the room. Currently this mode is not finished yet in Spectrum 2.
 
In this mode users can connect more IRC networks, but they can't connect the network without being in the room. To connect the network, user has to join the room in following format: #room%irc.freenode.org@irc.domain.tld. The nickname used in the first join request is used as a nickname for the IRC connection.
 

	
 
h2. 3. All configuration variables
 

	
 
|_. Key |_. Type |_. Default |_. Description |
 
| irc_server | string | | IRC server hostname for "One transport per one IRC network" mode. |
 
| irc_identify | string | NickServ identify $name $password | The fiirst word is nickname of service used for identifying. After the nickname there's a message sent to that service. $name is replaced by the username defined by user in the registration. $password is replaced by password. |
0 comments (0 inline, 0 general)