forked from sabnzbd/sabnzbd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlive-chat.html
32 lines (30 loc) · 2.71 KB
/
live-chat.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: Live Chat
---
{% include logo_container.html %}
<div class="main-wrapper content-container">
<div id="main-container" class="container">
<div class="row">
<div class="col-md-12">
<p>SABnzbd+ has a support & discussion channel on the synIRC IRC Network. If you’re familiar with IRC you can find us in <b>#sabnzbd</b> on <b>irc.synirc.net</b>. If you aren’t, you can use the Mibbit web client embedded on this page.</p>
<p>Before jumping in to the chat please check <a href="/wiki/" target="blank">the wiki</a> to see if we’ve already answered your question in our <a href="/wiki/faq" target="blank">FAQ</a>. We very well might have! Here are our top requests:</p>
<ul>
<li><a href="http://forums.sabnzbd.org/viewtopic.php?f=8&t=8358">I just upgraded to OS X 10.7 Lion and the WORLD HAS ENDED! How do I make SABnzbd work again??!</a></li>
<li><a href="/wiki/faq#toc21" target="blank">SABnzbd is asking for a password, how do I reset it?</a></li>
<li><a href="/wiki/introduction/usage" target="blank">How do I get files into SABnzbd?</a></li>
<li><a href="/wiki/configuration/1.0/general" target="blank">How do I make SABnzbd accessible from another computer?</a></li>
<li><a href="/wiki/introduction/nzb-sources" target="blank">How do I search?</a></li>
</ul>
<p>If it’s something else, or the wiki wasn’t helpful: </p>
<h3 style="text-align: center"><a style="cursor: pointer;" onclick="javascript:$('#chat').show();$('#chat').attr('src','http://embed.mibbit.com/?server=irc.synirc.net&channel=%23sabnzbd&noServerNotices=true&noServerMotd=true&parseLinks=true&chatOutputShowTimes=true')">Click Here to open the chat</a></h3>
<p><iframe id=chat width=500 height=400 scrolling=no style="border:0; display:none;" src=""></iframe></p>
<p><b>Note:</b> While we try to respond promptly to whatever questions you may come in with, please keep in mind that we can’t always respond <i>instantaneously</i>. So please, stick around for a couple minutes and give us a chance to realize there’s channel activity before you give up.</p>
<p>(However, if we really all do seem asleep, feel free to ask your question <a href="http://forums.sabnzbd.org">over on the forums</a>.)</p>
<script language="JavaScript">
window.onbeforeunload = confirmExit;
function confirmExit(){ return "Closing this tab or navigating away from this page will close your connection to #SABnzbd on IRC."; }
</script>
</div>
</div>
</div>
</div>