Skip to content

Commit

Permalink
Update BOTNET formatting, add assoc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Jul 17, 2016
1 parent 07c2075 commit 6300a24
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 64 deletions.
19 changes: 10 additions & 9 deletions doc/BOTNET
Expand Up @@ -83,13 +83,13 @@ Port
Example bottree
---------------

 BotA
   |-+BotB
   `-+BotC
BotA
|-+BotB
`-+BotC

BotB is linked to a master sharebot, BotA, and a slave sharebot, BotC.
BotB shares passively with [receives from] BotA and shares
aggressively with [sends to] BotC.
BotB is linked to a master sharebot, BotA, and a slave sharebot, BotC.
BotB shares passively with [receives from] BotA and shares aggressively
with [sends to] BotC.

Bot Flags
---------
Expand Down Expand Up @@ -256,7 +256,7 @@ Making bots share user records

Our botnet:

Lamestbot
Lamestbot
`-+Lameshare

Let's add a third bot called beldin to this scenario:
Expand Down Expand Up @@ -294,7 +294,8 @@ Making bots share user records

Our botnet:

Lamestbot
|-+beldin `-+Lameshare
Lamestbot
|-+beldin
`-+Lameshare

Copyright (C) 1999 - 2016 Eggheads Development Team
20 changes: 11 additions & 9 deletions doc/html/_sources/mainDocs/botnet.txt
Expand Up @@ -73,11 +73,13 @@ The following are some common terms used in this document:
Example bottree
---------------

| BotA
| \|-+BotB
| \`-+BotC
::

BotB is linked to a master sharebot, BotA, and a slave sharebot, BotC. BotB shares passively with [receives from] BotA and shares aggressively with [sends to] BotC.
BotA
|-+BotB
`-+BotC

BotB is linked to a master sharebot, BotA, and a slave sharebot, BotC. BotB shares passively with [receives from] BotA and shares aggressively with [sends to] BotC.


Bot Flags
Expand Down Expand Up @@ -247,10 +249,10 @@ Making bots share user records

This sets #eggdrop as a share channel

Our botnet:
Our botnet::

Lamestbot
\`-+Lameshare
`-+Lameshare

Let's add a third bot called beldin to this scenario:

Expand Down Expand Up @@ -285,10 +287,10 @@ Making bots share user records
Of course, if you had more bots, you would have to add beldin as a +a on
them, but you would not do it on the hub or beldin.

Our botnet:
Our botnet::

Lamestbot
\|-+beldin
\`-+Lameshare
|-+beldin
`-+Lameshare

Copyright (C) 1999 - 2016 Eggheads Development Team
2 changes: 1 addition & 1 deletion doc/html/index.html
Expand Up @@ -188,7 +188,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>

<div class="footer">
&copy; Copyright 2016, Eggheads.
Last updated on Jul 16, 2016.
Last updated on Jul 17, 2016.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
</div>
</div>
Expand Down
37 changes: 15 additions & 22 deletions doc/html/mainDocs/botnet.html
Expand Up @@ -109,15 +109,12 @@ <h2>Terms<a class="headerlink" href="#terms" title="Permalink to this headline">
</div>
<div class="section" id="example-bottree">
<h2>Example bottree<a class="headerlink" href="#example-bottree" title="Permalink to this headline"></a></h2>
<div class="line-block">
<div class="line">BotA</div>
<div class="line-block">
<div class="line">|-+BotB</div>
<div class="line">`-+BotC</div>
</div>
<div class="highlight-python"><div class="highlight"><pre>BotA
|-+BotB
`-+BotC
</pre></div>
</div>
<blockquote>
<div>BotB is linked to a master sharebot, BotA, and a slave sharebot, BotC. BotB shares passively with [receives from] BotA and shares aggressively with [sends to] BotC.</div></blockquote>
<p>BotB is linked to a master sharebot, BotA, and a slave sharebot, BotC. BotB shares passively with [receives from] BotA and shares aggressively with [sends to] BotC.</p>
</div>
<div class="section" id="bot-flags">
<h2>Bot Flags<a class="headerlink" href="#bot-flags" title="Permalink to this headline"></a></h2>
Expand Down Expand Up @@ -280,12 +277,10 @@ <h2>Making bots share user records<a class="headerlink" href="#making-bots-share
</div>
<p>This sets #eggdrop as a share channel</p>
<p>Our botnet:</p>
<blockquote>
<div><dl class="docutils">
<dt>Lamestbot</dt>
<dd>`-+Lameshare</dd>
</dl>
</div></blockquote>
<div class="highlight-python"><div class="highlight"><pre>Lamestbot
`-+Lameshare
</pre></div>
</div>
<p>Let's add a third bot called beldin to this scenario:</p>
<p>On Lamestbot:</p>
<div class="highlight-python"><div class="highlight"><pre>.+bot beldin llama.com:3333
Expand Down Expand Up @@ -315,13 +310,11 @@ <h2>Making bots share user records<a class="headerlink" href="#making-bots-share
Of course, if you had more bots, you would have to add beldin as a +a on
them, but you would not do it on the hub or beldin.</p>
<p>Our botnet:</p>
<blockquote>
<div><dl class="docutils">
<dt>Lamestbot</dt>
<dd>|-+beldin
`-+Lameshare</dd>
</dl>
</div></blockquote>
<div class="highlight-python"><div class="highlight"><pre>Lamestbot
|-+beldin
`-+Lameshare
</pre></div>
</div>
</div></blockquote>
<p>Copyright (C) 1999 - 2016 Eggheads Development Team</p>
</div>
Expand Down Expand Up @@ -403,7 +396,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>

<div class="footer">
&copy; Copyright 2016, Eggheads.
Last updated on Jul 16, 2016.
Last updated on Jul 17, 2016.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/html/mainDocs/index.html
Expand Up @@ -174,7 +174,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>

<div class="footer">
&copy; Copyright 2016, Eggheads.
Last updated on Jul 16, 2016.
Last updated on Jul 17, 2016.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/html/search.html
Expand Up @@ -150,7 +150,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>

<div class="footer">
&copy; Copyright 2016, Eggheads.
Last updated on Jul 16, 2016.
Last updated on Jul 17, 2016.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/html/searchindex.js

Large diffs are not rendered by default.

18 changes: 7 additions & 11 deletions doc/settings/mod.assoc
@@ -1,19 +1,15 @@
Assoc Module
Last revised: January 1, 2002
_____________________________________________________________________

Assoc Module

Assoc Module
============

This module provides assoc support, i.e. naming channels on the botnet.
This module provides assoc support, i.e. naming channels on the botnet.

This module requires: none
This module requires: none

Put this line into your Eggdrop configuration file to load the assoc
module:
Put this line into your Eggdrop configuration file to load the assoc
module:

loadmodule assoc

_____________________________________________________________________

Copyright (C) 2000 - 2016 Eggheads Development Team
Copyright (C) 2000 - 2016 Eggheads Development Team
20 changes: 11 additions & 9 deletions doc/sphinx_source/mainDocs/botnet.rst
Expand Up @@ -73,11 +73,13 @@ The following are some common terms used in this document:
Example bottree
---------------

| BotA
| \|-+BotB
| \`-+BotC
::

BotB is linked to a master sharebot, BotA, and a slave sharebot, BotC. BotB shares passively with [receives from] BotA and shares aggressively with [sends to] BotC.
BotA
|-+BotB
`-+BotC

BotB is linked to a master sharebot, BotA, and a slave sharebot, BotC. BotB shares passively with [receives from] BotA and shares aggressively with [sends to] BotC.


Bot Flags
Expand Down Expand Up @@ -247,10 +249,10 @@ Making bots share user records

This sets #eggdrop as a share channel

Our botnet:
Our botnet::

Lamestbot
\`-+Lameshare
`-+Lameshare

Let's add a third bot called beldin to this scenario:

Expand Down Expand Up @@ -285,10 +287,10 @@ Making bots share user records
Of course, if you had more bots, you would have to add beldin as a +a on
them, but you would not do it on the hub or beldin.

Our botnet:
Our botnet::

Lamestbot
\|-+beldin
\`-+Lameshare
|-+beldin
`-+Lameshare

Copyright (C) 1999 - 2016 Eggheads Development Team

0 comments on commit 6300a24

Please sign in to comment.