/usr/share/doc/eggdrop-data/html/party.html is in eggdrop-data 1.6.20-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!-- $Id: party.html,v 1.17 2010/01/03 13:27:23 pseudo Exp $ -->
<html>
<head>
<title>Eggdrop Documentation: The Party Line</title>
</head>
<body>
<div align="center">
<p><strong>The Party Line</strong></p>
</div>
<hr>
<p>The most important way you will communicate with your bot is through
the party line. The party line is accessible via DCC chat or telnet.
It's pretty much just a miniature, lag-less IRC (see "Botnet
sharing and linking"), but it also consists of a console through
which you can watch channel activity and give commands.</p>
<p>To enter the party line, DCC chat or open a telnet connection to your
bot. It should ask for your password if you've set one. If you don'
have one set, use the /msg <bot> PASS <new password> command
to set one.</p>
<p>The party line is actually split up into 200,000 "channels".
The console is available from each channel, but you can only talk to
people who are on your current channel (just like IRC). Channel 0 is the
main party line, while others are typically reserved for private
conversations. Channels 1-99,999 are botnet wide chat channels and any
user joining that channel anywhere on the botnet will be able to chat
with you, Channels *0-*99,999 are local channels (only people on the
bot you are on can chat with you on these channels).</p>
<p>Console commands start with a dot (.), similar to the slash (/)
used for IRC commands. At any time, you can type <em>".help
all"</em> to get a list of all possible commands. To find out
what a command does, use <em>".help <command>"</em>.
For example: <em> ".help channel"</em>.</p>
<p>When you're on the party line, anything you type that doesn't
start with a dot (.), a comma (,), or an apostrophe (') is considered
to be broadcast to everyone else, just like talking on a channel. A
message prefixed with a comma goes only to other bot owners (+n). A
message prefixed with an apostrophe is sent to all users on the local
bot only. You can change channels with the <em>".chat"</em>
command or even leave all channels with <em>".chat off".</em>
</p>
<hr>
<p><em>Copyright © 1997 Robey Pointer<br>
Copyright © 1999 - 2010 Eggheads Development Team
<a href="http://www.eggheads.org/"> Eggheads Development Team</a></em></p>
</body>
</html>
|