Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
module:chat_sec [2018/10/04 17:37] – [See Also] Tagged 'chat' digital manmodule:chat_sec [2019/06/14 20:34] – [Chat Section] Document the modopts.ini settings available digital man
Line 20: Line 20:
 Chat:  Chat: 
 </file> </file>
 +
 +The [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/chat_sec.js|default chat section module]] is ''[[dir:exec]]/chat_sec.js'' and supports the following configuration options in the ''[chat]'' section of the ''[[dir:ctrl]]/[[config:modopts.ini]]'' file:
 +
 +^ Option       ^ Default               ^ Description ^
 +| finger       | true                  | Allow finger client use |
 +| imsg         | true                  | Allow inter-BBS instant messenger use |
 +| irc          | true                  | Allow IRC client use                  |
 +| irc_server   | irc.synchro.net 6667  | IRC Server address and TCP port |
 +| irc_channel  | #Synchronet           | IRC Channel to auto-join |
 +| irc_seclevel | 90                    | Security level required to change IRC server/channel parameters |
 +===== Install =====
 +
 +This module should be installed in stock command shells by default (over-riding the hard-coded "Chat" menu logic). To install into additional command shells, replace the following line(s) in ''[[dir:exec]]/*.src'':
 +  chat_section
 +with:
 +  exec_bin chat_sec
 +  
 +And then recompile with [[util:Baja]] - or just run the [[module:update]] module.
 +
 ===== See Also ===== ===== See Also =====
   * [[:module:|Modules]]   * [[:module:|Modules]]
  
 {{tag>chat}} {{tag>chat}}