Skip to content

Commit

Permalink
More example domain names
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Feb 1, 2025
1 parent 907d669 commit 1e44d8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions doc/sphinx_source/using/botnet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following are some common terms used in this document:
Passive share is a term used to describe the direction of sharing user-files. Passive share bots will accept userfiles from an aggressive share bot.

**Address**
The physical address, containing the address and port of the bot. For example: lame.org:3333. You can change a bot's address with::
The physical address, containing the address and port of the bot. For example: lame.example.org:3333. You can change a bot's address with::

.chaddr <botname> <address> <port#>[/<relay-port#>]

Expand Down Expand Up @@ -145,12 +145,12 @@ With the common terms out of the way, we can start with the process of linking t

Here is an example scenario:

BotA is on lame.org listening on port 3333, and BotB is on irc.org
BotA is on lame.example.org listening on port 3333, and BotB is on irc.example.org
listening on port 4444. First, you have to add each Bot to the other's
userfile. On BotA, you would type '.+bot BotB irc.org 4444'. If BotB is
userfile. On BotA, you would type '.+bot BotB irc.example.org 4444'. If BotB is
on a common channel with BotA, BotB's hostmask is automatically added.
Otherwise, you have to add the hostmask manually with the '.+host'
command. On BotB, you would type '.+bot BotA lame.org 3333'.
command. On BotB, you would type '.+bot BotA lame.example.org 3333'.

At this point, you can link the two bots by typing '.link BotA' on BotB (or '.link BotB' on BotA). The bots will now give themselves random passwords which are *not* stored encrypted in the userfile. Note that you can link as many bots as you wish to your botnet.

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx_source/using/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can change the basic Eggdrop appearance and behavior in this section.
This setting defines the username the bot uses on IRC. This setting has
no effect if an ident daemon is running on your bot's machine.

set admin "Lamer <email: lamer@lamest.lame.org>"
set admin "Lamer <email: lamer@lame.example.org>"
This setting defines which contact person should be shown in .status,
/msg help, and other places. You really should include this information.

Expand Down
2 changes: 1 addition & 1 deletion eggdrop-basic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ set username "lamest"

## This setting defines which contact person should be shown in .status,
## /msg help, and other places. You really should include this information.
set admin "Lamer <email: lamer@lamest.lame.org>"
set admin "Lamer <email: lamer@lame.example.org>"

## This setting is used only for info to share with others on your botnet.
## Set this to the IRC network your bot is connected to.
Expand Down
2 changes: 1 addition & 1 deletion eggdrop.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set username "lamest"

# This setting defines which contact person should be shown in .status,
# /msg help, and other places. You really should include this information.
set admin "Lamer <email: lamer@lamest.lame.org>"
set admin "Lamer <email: lamer@lame.example.org>"

# This setting is used only for info to share with others on your botnet.
# Set this to the IRC network your bot is connected to.
Expand Down

0 comments on commit 1e44d8d

Please sign in to comment.