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 revisionBoth sides next revision
howto:linuxapps [2021/04/24 13:56] – add example for WeeChat cli client. blame this on ~mortifis mortifishowto:linuxapps [2021/04/24 14:03] – remember this script is shared publically so remove profanity :-) mortifis
Line 197: Line 197:
 switch(goon) { switch(goon) {
     case 'Q':     case 'Q':
-        writeln(' Fuck off then will ya? :-) \r\n\r\n');+        writeln(' Returning to '+system.name+' \r\n\r\n');
         mswait(1000);         mswait(1000);
         exit();         exit();