43 lines
2.7 KiB
HTML
43 lines
2.7 KiB
HTML
<!-- SDF Tutorial Template
|
|
======================================================================
|
|
Use of this code is entirely optional. It is provided as a sample of
|
|
coding style, and a quick way to start a new tutorial for users who
|
|
may be beginners with HTML. -->
|
|
|
|
<!-- The title of the tutorial should be the only level-1 header
|
|
(<h1>) in the document. -->
|
|
<h1>IRC Channels on SDF</h1>
|
|
|
|
<p>List of IRC channels currently defined on irc.sdf.org. You can see the current channel
|
|
list by connecting to server irc.sdf.org and entering the IRC command <code>/list</code>.</p>
|
|
|
|
<table border align="center" width="90%">
|
|
<thead>
|
|
<tr><th>Channel</th><th>Remarks</th></tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr><th>#Arduino</th><td></td></tr>
|
|
<tr><th>#RaspberryPi</th><td></td></tr>
|
|
<tr><th>#anonradio</th><td>Welcome to #anonradio | run cmus && :add <a href="http://anonradio.net:8000/anonradio.m3u">http://anonradio.net:8000/anonradio.m3u</a> && relax</td></tr>
|
|
<tr><th>#artrev</th><td>NSA. can't hack Art, join us!</td></tr>
|
|
<tr><th>#bashy2</th><td>Contribute at https://notabug.org/mlaine/bashy2</td></tr>
|
|
<tr><th>#bashy2-debug</th><td></td></tr>
|
|
<tr><th>#bots</th><td>A place for testing bots. This doesn't mean you should connect/quit spam.</td></tr>
|
|
<tr><th>#gopher</th><td>Discuss gopher, gopher holes, phlogs, etc on SDF</td></tr>
|
|
<tr><th>#helpdesk</th><td>Welcome to #helpdesk | Questions? This is the place | If no one is active, we'll be back soon. This means wait more than 2 mins. | Forgot your passwd? See <a href="http://sdf.org/?faq?BASICS?12">http://sdf.org/?faq?BASICS?12</a></td></tr>
|
|
<tr><th>#hopm</th><td></td></tr>
|
|
<tr><th>#hurtdesk</th><td>Have you tried turning it On and Off again? | Noob: blah blah blah? Leet: Did you RTFM? Noob: [yes/No]. Leet: Then why are you asking me?</td></tr>
|
|
<tr><th>#irpg</th><td><a href="http://irpg.demu.red">http://irpg.demu.red</a> because MA php fails... | /msg irpg_bot REGISTER <char name> <password> <char class> | /msg irpg_bot ALIGN <good|neutral|evil></td></tr>
|
|
<tr><th>#mature</th><td>Welcome to #mature | +18 only please & thanks</td></tr>
|
|
<tr><th>#minecraft</th><td>[CraftBukkit 1.8.3] mc.sdf.org | [Info] <a href="http://sdf.org/mc">http://sdf.org/mc</a> | [Dynamic Map] <a href="http://mc.sdf.org">http://mc.sdf.org</a></td></tr>
|
|
<tr><th>#pcom</th><td></td></tr>
|
|
<tr><th>#sdf</th><td>Welcome to #sdf | http://xkcd.com/1782/ | /j #anonradio | /j #gopher</td></tr>
|
|
<tr><th>#vim</th><td>Vim, the great editor for coders and prose writers!</td></tr>
|
|
</tbody>
|
|
</table>
|
|
</br>
|
|
|
|
|
|
<!-- At the very end, here, is the RCS Id tag. Let it be, my friend. -->
|
|
$Id: irc-channels.html,v 1.9 2018/03/09 22:53:28 cat Exp $
|