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:privatemsg [2019/05/09 01:28] – [See Also] more tags digital manmodule:privatemsg [2019/05/30 23:53] – [Private Message Module] Added "Install" section digital man
Line 2: Line 2:
 The Synchronet Private Message Module ([[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/exec/privatemsg.js|privatemsg.js]]) may be used to replace the hard-coded Ctrl-P global-hot key functionality of the [[server:Terminal]] server. The main advantage over the hard-coded Ctrl-P handler is the easy invocation of the [[sbbsimsg|Inter-BBS instant message]] module. Additionally, this module may be easily customized or modified to suit your needs. If you plan to modify this module, it is recommended that you copy it to your ''[[dir:mods]]'' directory first and modify the copy. The Synchronet Private Message Module ([[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/exec/privatemsg.js|privatemsg.js]]) may be used to replace the hard-coded Ctrl-P global-hot key functionality of the [[server:Terminal]] server. The main advantage over the hard-coded Ctrl-P handler is the easy invocation of the [[sbbsimsg|Inter-BBS instant message]] module. Additionally, this module may be easily customized or modified to suit your needs. If you plan to modify this module, it is recommended that you copy it to your ''[[dir:mods]]'' directory first and modify the copy.
  
 +Example prompt displayed when this module is invoked (e.g. via the Ctrl-P key while logged-into the BBS):
 +<file>
 +Private: Telegram, Message, Chat, Inter-BBS, or Quit:
 +</file>
 +
 +===== Install =====
 This module may be installed using the follow [[util:JSexec]] command-line: This module may be installed using the follow [[util:JSexec]] command-line:
   jsexec primvatemsg.js install   jsexec primvatemsg.js install
  
-Example prompt displayed when this module is invoked (e.g. via the Ctrl-P key while logged-into the BBS):+This will create the following Global Hot Key event in [[util:SCFG]]->External Programs->Global Hot Key Events:
 <file> <file>
-Private: Telegram, Message, Chat, Inter-BBS, or Quit:+╔═══════════════════════════════════════════╗ 
 +║           Global Hot Key Events           ║ 
 +╠═══════════════════════════════════════════╣ 
 +║ │Ctrl-P    ?privatemsg.js                 ║ 
 +║ │                                         ║ 
 +╚═══════════════════════════════════════════╝
 </file> </file>
 ===== See Also ===== ===== See Also =====
-  * [[:module:|module index]]+  * [[:module:|Module index]] 
 +  * [[:module:nodelist|Node List module]] 
 +  * [[:module:sbbsimsg|Instant Message module]]
  
 {{tag>chat nodelist node chat}} {{tag>chat nodelist node chat}}