site/wiki/chat.html

47 lines
3.4 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
2019-09-18 00:41:34 +00:00
<meta name="author" content="emv" />
<meta name="author" content="benharri" />
<title>Socializing and chat</title>
<link rel="stylesheet" href="/style.css">
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<a href="/wiki/">&lt; back to wiki home</a>
<header>
<h1 class="title">Socializing and chat</h1>
<p>authors:</p>
2019-09-18 00:41:34 +00:00
<p class="author"><a href="/~emv/">~emv</a></p>
<p class="author"><a href="/~benharri/">~benharri</a></p>
</header>
2019-09-18 00:41:34 +00:00
<h2 id="irc">irc</h2>
<p>run <code>chat</code> to open <a href="https://weechat.org">weechat</a> auto-connected to our irc server.</p>
<p>other clients like irssi are available as well! just connect to localhost on port 6667 and <code>/join #club</code>.</p>
<p>feel free to use tilde.chats <a href="https://web.tilde.chat/?join=club">webchat</a> too</p>
<h2 id="mailing-list">mailing list</h2>
<p>we now have an official mailing list!</p>
<p>if your account is old (pre sept 2019), you should be subscribed with the email you originally signed up with. if your account is newer (post sept 2019), then you should be subscribed with your <span class="citation" data-cites="tilde.club">@tilde.club</span> address. if you dont fit either of those categories, you can subscribe by visiting the <a href="https://lists.tildeverse.org/postorius/lists/tildeclub.lists.tildeverse.org/">web portal</a> or by sending a mail to tildeclub-subscribe@lists.tildeverse.org with “subscribe” in the subject line. in either case, you can change the email youre subscribed with on the web portal or by unsubscribing and re-subscribing from the other address.</p>
<p>list archives are available <a href="https://lists.tildeverse.org/hyperkitty/list/tildeclub@lists.tildeverse.org/">on the web here</a>.</p>
<p>as of september 17, 2019, were still seeing quite a few pending mails to gmail, yahoo, and fastmail. help get our list delivered by making sure to mark list messages as not spam and adding the list address to your contacts. if youre feeling especially motivated, please reach out to the support on your mail provider and ask them to look into why youre not receiving the messages.</p>
<h2 id="chat-from-the-command-line">chat from the command line</h2>
<p>Back on the command line, you may want to participate in chat. There is some great chat, likely, or you have questions.</p>
<p>Type: <code>wall</code> and <code>[return]</code> to tell Terminal you are ready to chat Type your message to the world and <code>[return]</code> <code>CTRL+D</code> to post or <code>CTRL+C</code> to change your mind and cancel Have fun!</p>
<p>If youre tired of reading chats in a window, <code>mesg n</code> will turn it off, and <code>mesg y</code> will turn it back on again. And if you want to see more people, look for IRC.</p>
</body>
</html>