Limnoria: fix SSL part.

This commit is contained in:
Mikaela Suomalainen 2012-11-04 16:22:44 +02:00
parent c796f3dbaf
commit f2211f5860
2 changed files with 15 additions and 2 deletions

View File

@ -159,9 +159,14 @@ he wants to accept connections from.
Does this server require connection on a non-standard port? [y/
n] (default: n) </code></pre>
<blockquote>
<p>n</p>
<p>y</p>
</blockquote>
<p>We probably want to use [SSL] to make people on same (W)LAN unable to spy everything what the bot sees. SSL wasn't supported in [Supybot] directly without [Twisted], but it is in [Limnoria] and [Gribble].</p>
<pre><code> What port is that? </code></pre>
<blockquote>
<p>6697</p>
</blockquote>
<p>[SSL ports of freenode] are listed on their [homepage]. 6697 is popular SSL port as the wizard told previously in case you listened to the longer explanation :).</p>
<pre><code> What nick would you like your bot to use? </code></pre>
<p>You must use your imanigation and take a nick which you like.</p>
<pre><code>Some servers require a password to connect to them. Most public

View File

@ -274,10 +274,18 @@ he wants to accept connections from.
n] (default: n)
```
> n
> y
We probably want to use [SSL] to make people on same (W)LAN unable to spy everything what the bot sees. SSL wasn't supported in [Supybot] directly without [Twisted], but it is in [Limnoria] and [Gribble].
```
What port is that?
```
> 6697
[SSL ports of freenode] are listed on their [homepage]. 6697 is popular SSL port as the wizard told previously in case you listened to the longer explanation :).
```
What nick would you like your bot to use?
```