This file is indexed.

/usr/share/doc/eggdrop-data/html/readme.html is in eggdrop-data 1.6.19-1.2ubuntu7.

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
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!-- $Id: readme.html,v 1.40 2008-02-16 21:40:59 guppy Exp $ -->

<html>
  <head>
    <title>Eggdrop Documentation: Readme</title>
  </head>

  <body>
    <div align="center">
      <p><strong>Readme</strong></p>
    </div>
    <hr>

    <p>Please at least <strong>SKIM</strong> this document before asking
    questions. In fact, <strong>READ IT</strong> if you&#39;ve never
    successfully set up an Eggdrop bot before.</p>

    <p><strong>Contents</strong></p>


    <blockquote>
      <ol>
        <li><a href="#sect1">Important notice</a></li>

        <li><a href="#sect2">What is Eggdrop?</a></li>

        <li>
          <a href="#sect3">How do I get Eggdrop?</a>

          <ol type="a">
            <li><a href="#sect3a">How to get the latest version of Eggdrop
            via CVS</a></li>
          </ol>
        </li>

        <li><a href="#sect4">Quick startup</a></li>

        <li>
          <a href="#sect5">Upgrading</a>

          <ol type="a">
            <li><a href="#sect5a">Upgrading from a pre-1.3 version to 1.6
            </a></li>

            <li><a href="#sect5b">Upgrading from an older 1.3/1.4/1.5/1.6
            version to 1.6</a></li>
          </ol>
        </li>

        <li><a href="#sect6">Command line</a></li>

        <li>
          <a href="#sect7">Setting up a crontab</a>

          <ol type="a">
            <li><a href="#sect7a">Setting up a crontab using
            autobotchk</a></li>
          </ol>
        </li>

        <li><a href="#sect8">Boring legal stuff</a></li>

        <li><a href="#sect9">Mailing list</a></li>

        <li><a href="#sect10">Documentation</a></li>

        <li><a href="#sect11">Obtaining help</a></li>
      </ol>
    </blockquote>
    <hr>

    <p><a name="sect1"></a>1. <strong>Notice</strong></p>

    <blockquote>
      <p>Please read this file carefully before trying to set up Eggdrop.
      Also, make <strong>SURE</strong> that you select your +n (owner) users
      wisely! They have 100% access to your bot and account! <strong>ONLY
      GIVE THIS POWER TO SOMEONE YOU TRUST COMPLETELY!!</strong></p>
    </blockquote>

    <p><a name="sect2"></a>2. <strong>What is Eggdrop?</strong></p>

    <blockquote>
      <p>Eggdrop is the World&#39;s most popular Internet Relay Chat (IRC)
      bot; it is freely distributable under the GNU General Public
      License (GPL). Eggdrop is a feature rich program designed to be
      easily used and expanded upon by both novice and advanced IRC
      users on a variety of hardware and software platforms.</p>

      <p>An IRC bot is a program that sits on an IRC channel and preforms
      automated tasks while looking just like a normal user on the
      channel. Some of these functions include protecting the channel
      from abuse, allowing privileged users to gain op or voice status,
      logging channel events, providing information, hosting games, etc.</p>

      <p>One of the features that makes Eggdrop stand out from other bots
      is module and Tcl scripting support. With scripts and modules,
      you can make the bot preform almost any task you want. They can
      do anything from preventing floods to greeting users and banning
      advertisers from channels.</p>

      <p>You can also link multiple Eggdrop bots together to form a botnet.
      This can allow bots to op each other securely, control floods
      efficiently, and even link channels across multiple IRC networks.
      It also allows the Eggdrops share user lists, ban lists,
      exempt/invite lists, and ignore lists with other bots if userfile
      sharing is enabled. This allows users to have the same access on
      every bot on your botnet. It also allows the bots to distribute
      tasks such as opping and banning users. See <a href="botnet.html">
      Botnet Sharing and Linking</a> for information on setting up a
      botnet.</p>

      <p>Eggdrop is always being improved and adjusted because there are
      bugs to be fixed and features to be added (if the users demand them,
      and they make actually sense). In fact, it existed for several years
      as v0.7 - v0.9 before finally going 1.0. This version of Eggdrop is
      part of the 1.6 tree. A valiant effort has been made to chase down and
      destroy bugs.</p>

      <p>This readme file contains information about how to get Eggdrop,
      command line options for Eggdrop, what you may need to do when
      upgrading from older versions, a list of frequently asked
      questions, how to set up a crontab, some boring legal stuff, info
      about the mailing list (a great place to ask questions, and a good
      place to report bugs, also), some basics about CVS usage, and some
      channels where you might get help with Eggdrop.</p>
    </blockquote>

    <p><a name="sect3"></a>3. <strong>How to get Eggdrop</strong></p>

    <blockquote>
      <p>Before you can compile Eggdrop, you need to have Tcl installed on
      your system. Most systems should have Tcl on them by now -- you can
      check by trying the command &quot;tclsh&quot;. If it works, you will be
      given a &quot;%&quot; prompt, and you can type &quot;exit&quot; to exit
      the program. This means Tcl is installed on your system. If tclsh
      doesn&#39;t load, then Tcl probably isn&#39;t on your system, and you
      will need to install it. The best ftp site for Tcl is
      <a href="ftp://tcl.activestate.com/pub/tcl/">
      ftp://tcl.activestate.com/pub/tcl/.</a></p>

      <p>Tcl comes with the Slackware distribution of Linux. HOWEVER, the one
      that comes on Slackware 3.0 is goofed up and you&#39;ll have to
      reinstall it for yourself to get it working.</p>

      <p>Currently, the 1.6 tree of Eggdrop is developed at eggheads.org.
      You can get the latest version of Eggdrop from
      <a href="http://www.geteggdrop.com"> http://www.geteggdrop.com.</a></p>

      <p>You might also try <a href="http://www.eggheads.org/">
      www.eggheads.org</a> for more help and information.</p>
    </blockquote>

    <p><a name="sect3a"></a>3a. <strong>How to get the latest version of
    Eggdrop via CVS</strong></p>

    <blockquote>
      <p>You can obtain the <strong>very latest</strong> version of Eggdrop,
      that is still under development, by using CVS. CVS means &#39;Concurrent
      Versions System&#39; and is a tool for developers to always keep source
      code up to date. Try &#39;man cvs&#39; on your shell for more
      information about CVS.</p>

      <p>This is intended only for users that know a good bit about Eggdrop.
      Be aware that the versions of Eggdrop that you get via CVS are still
      being developed, and may be buggy. The Eggheads Development Team will
      in <strong>NO WAY</strong> take any responsibility for whatever might
      happen to you or your shell if you use a CVS version of Eggdrop.</p>
    </blockquote>

    <p>To obtain Eggdrop via CVS:</p>

    <blockquote>
      <ol>
        <li>Log into your shell.</li>

        <li>Type &#39;export
        CVSROOT=:pserver:anonymous@cvs.eggheads.org:/usr/local/cvsroot&#39;
        .</li>

        <li>Type &#39;cvs login&#39;.</li>

        <li>Press &lt;enter&gt; when prompted for a password.</li>

        <li>In your home dir, type &#39;cvs checkout eggdrop1.6&#39;.</li>

        <li>In ~/eggdrop1.6, you should have a copy of the latest CVS version
        of Eggdrop.</li>
      </ol>
    </blockquote>

    <p>Notes:</p>

    <blockquote>
      <ol>
        <li>You can &#39;cvs logout&#39;, but you don&#39;t need to.</li>

        <li>You don&#39;t need to go through this whole process every time.
        If you want to get a CVS version of Eggdrop at a later time, you can
        just &#39;cd ~/eggdrop1.6&#39; and type &#39;cvs update -CdAP&#39;.
        </li>

        <li>If you experience errors when using &#39;export&#39;, you might
        be using tclsh as a shell. If so, try using the command
        &#39;setenv&#39; instead of &#39;export&#39;:

          <blockquote>
            <p>&#39;setenv CVSROOT
            :pserver:anonymous@cvs.eggheads.org:/usr/local/cvsroot&#39;
            </p>
          </blockquote>
        </li>
      </ol>
    </blockquote>

    <p><a name="sect4"></a>4. <strong>Quick startup</strong></p>

    <blockquote>
      <p>Please see <a href="install.html">Compilation and Installation of
      Eggdrop</a> <strong> AFTER</strong> you finish reading this file.</p>
    </blockquote>

    <p><a name="sect5"></a>5. <strong>Upgrading</strong></p>

    <p><a name="sect5a"></a>5a. <strong>Upgrading from a pre-1.3 version to
    1.6</strong></p>

    <blockquote>
      <p><strong>BACK UP YOUR USERFILE</strong></p>

      <p>We can&#39;t stress this enough. If you are upgrading and you have
      even a slight possibility of downgrading again later, you will
      <strong>HAVE</strong> to back up your userfile, or you will lose it.
      v1.3 of Eggdrop radically changed a lot of things.</p>

      <p>There are many major changes between v0.9, v1.0, v1.1 and
      v1.6, so <strong>PAY ATTENTION</strong> to this part if you have
      a v0.9, 1.0 or 1.1 bot currently. If you&#39;re just starting out,
      you can skip this section.</p>

      <p>If you run share bots, you will need to upgrade
      them all at the same time because of the new userfile format. Older
      bots will be able to link in, but will not get or send a userfile.
      <strong>MAKE A NEW CONFIG FILE</strong> from the example; there are
      some radical changes.</p>

      <p>If you are upgrading from 0.9/1.0 to 1.6, just redo the whole thing.
      Absolutely everything has changed, including the userfile and config
      file formats.</p>

      <p>If you are upgrading from 1.1/1.2 to 1.6, you will likely want to
      redo the config file, as much as changed. <strong>BACK UP!</strong>
      You will need to run &#39;tclsh scripts/weed/&lt;userfile&gt; c&#39;
      to convert your userfile from v3 (1.1/1.2) to v4 (1.3/1.4/1.5/1.6).</p>
    </blockquote>

    <p><a name="sect5b"></a>5b. <strong>Upgrading from an older 1.3/1.4/1.5/
    1.6 version to a newer 1.6 version</strong></p>

    <blockquote>
      <p>If you followed <a href="install.html">Compilation and
      Installation of Eggdrop</a> and did a &#39;make install&#39; (or
      &#39;make install DEST=&quot;path&quot;&#39;) after &#39;make&#39;,
      this will be pretty easy. Just upload the new eggdrop1.6.x.tar.gz file
      to your home dir on your shell, gunzip and untar it, and type &#39;cd
      ~/eggdrop1.6.x&#39;. Next, type &#39;./configure&#39;, &#39;make
      config&#39; or &#39;make iconfig&#39;, then &#39;make&#39;. Then, kill
      the bot (&#39;.die&#39; on the party line), and &#39;make install&#39;
      to the same directory your bot is currently in. After that, you can
      just restart your bot. You may wish to delete the old Eggdrop executable
      and modules as well, especially if you have limited disk space.</p>

      <p>You should read through the new eggdrop.conf file for all of the new
      options in Eggdrop 1.6.x if you are upgrading from 1.3.x or 1.4.x. You
      can copy and paste any of these settings into you current conf file if
      you do not want to use the default settings.</p>
    </blockquote>

    <p><a name="sect6"></a>6. <strong>Command line</strong></p>

    <blockquote>
      <p>Eggdrop has some command-line options -- not many, because most
      things should be defined through the config file. However, sometimes
      you may want to start up the bot in a different mode, and the
      command-line options let you do that. Basically, the command line for
      Eggdrop is:</p>

      <blockquote>
        <p><em>% eggdrop [options] [config-file]</em></p>
      </blockquote>

      <p>The options available are:</p>

      <blockquote>
        <dl>
          <dt><strong>-n</strong></dt>

          <dd>
            <p>Don&#39;t background. Normally, Eggdrop will move itself into
            the background when you start it up, meaning you&#39;ll get another
            shell prompt, and you can do other things while the bot is running.
            With -n, you won&#39;t return to the shell prompt until the bot
            exits (which won&#39;t normally happen until it&#39;s killed). By
            default, -n will send all log entries to the console.</p>
          </dd>

          <dt><strong>-nt</strong></dt>

          <dd>
            <p>Don&#39;t background, use terminal. This is just like -n, except
            that instead of seeing log entries, your console will simulate a
            DCC chat with the bot.</p>
          </dd>

          <dt><strong>-nc</strong></dt>

          <dd>
            <p>Don&#39;t background, show channel info. This is just like -n,
            except that instead of seeing log entries, every 10 seconds your
            screen will clear and you will see the current channel status, sort
            of like &quot;top&quot;.</p>
          </dd>

          <dt><strong>-m</strong></dt>

          <dd>
            <p>Create userfile. If you don&#39;t have a userfile, this will
            make Eggdrop create one and give owner status to the first person
            that introduces himself or herself to it. You&#39;ll need to do
            this when you first set up your bot.</p>
          </dd>

          <dt><strong>-h</strong></dt>

          <dd>
            <p>Show help.</p>
          </dd>

          <dt><strong>-v</strong></dt>

          <dd>
            <p>Show version info, then quit.</p>
          </dd>
        </dl>
      </blockquote>

      <p>Most people never use any of the options except -m, and you usually
      only need to use that once.</p>
    </blockquote>

    <p><a name="sect7"></a>7. <strong>Setting up a crontab</strong></p>

    <blockquote>
      <p>Eggdrop has become more stable with time, thanks mostly to people
      reporting bug details and helping find places where it crashes.
      However, there are still a -few- places where things aren&#39;t
      perfect. Few, if any, things in life are.</p>

      <p>Also, most systems go down from time to time. These things cause
      your bot to disappear from IRC, and you have to restart it.</p>

      <p>Eggdrop comes with a shell script called &#39;botchk&#39; that
      will help keep the bot online. It will make the machine check every
      ten minutes to make sure your bot is still running. To use it, you
      have to add a line to your crontab. First, edit &#39;botchk&#39; and
      change the directory and command line parameters so that it will be
      able to start up your bot. Then, add this line to your crontab:</p>

      <blockquote>
        <p>0,10,20,30,40,50 * * * * /home/mydir/botchk</p>
      </blockquote>

      <p>If you don&#39;t want to get e-mails from cron, use this:</p>

      <blockquote>
        <p>0,10,20,30,40,50 * * * * /home/mydir/botchk &gt;/dev/null
        2&gt;&amp;1</p>
      </blockquote>

      <p>Naturally, you need to change the path to the correct path for
      botchk. If you&#39;ve never used crontab before, here is a simple way
      to add that line:</p>

      <blockquote>
        <ol>
          <li> Create a new file called &#39;mycron&#39; and put the above
          line into it.</li>

          <li>From your shell prompt, type &#39;% crontab mycron&#39;.
        </ol>

        <p>That will create a new crontab entry for you with a line that
        runs botchk every ten minutes. Botchk will then restart the bot when
        necessary (and send you email informing you).</p>
      </blockquote>
    </blockquote>

    <p><a name="sect7a"></a>7a. <strong>Setting up a crontab using
    autobotchk</strong></p>

    <blockquote>
      <p>Included with your Eggdrop is a utility called &#39;autobotchk&#39;.
      Using autobotchk is probably the fastest way of creating your botchk
      and adding it to crontab with just a few required steps:</p>

      <blockquote>
        <ol>
          <li>Type &#39;cp scripts/autobotchk ..&#39;.</li>

          <li>Type &#39;./autobotchk &lt;Eggdrop config file&gt;&#39;.</li>
        </ol>
      </blockquote>

      <p>This will hopefully crontab your bot using the default setup. If you
      want a list of autobotchk options, type &#39;./autobotchk&#39;. An
      example with options would be:</p>

      <p>./autobotchk eggdrop.conf -noemail -5</p>

      <p>This would setup crontab to run the botchk every 5 minutes and also
      to not send you e-mail saying that it restarted your bot.</p>
    </blockquote>

    <p><a name="sect8"></a>8. <strong>Boring legal stuff</strong></p>

    <blockquote>
      <p>The Eggdrop bot is Copyright &copy; by Robey Pointer. As of January,
      1997, Eggdrop is distributed according to the GNU General Public
      License. There should be a copy of this license in the file
      &#39;COPYING&#39;. If not, write to the Free Software Foundation,
      Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>

      <p>As of Eggdrop 1.3.28, all changes made by the Eggheads Development
      Team to the Eggdrop source code and any related files are Copyright
      &copy; by Eggheads Development Team. The source code will still be
      distributed according to the GNU General Public License as Robey
      Pointer did in the past.</p>

      <p>Releases previous to 1.0m were made using a different licensing
      scheme. You may, at your option, use the GNU General Public License
      on those versions (instead of the license packaged with them) with
      my blessing. For any versions bearing a copyright date of 1997 or
      later, you have no choice -- you must use the GNU General Public
      License.</p>

      <p>The files &quot;match.c&quot;, &quot;net.c&quot;, and
      &quot;blowfish.c&quot; are exempt from the above restrictions.
      &quot;match.c&quot; is original code by Chris Fuller (email:
      crf@cfox.bchs.uh.edu) and has been placed by him into the public
      domain. &quot;net.c&quot; is by me, and I [Robey Pointer] also choose
      to place it in the public domain. &quot;blowfish.c&quot; is by various
      sources and is in the public domain as well. All 3 files contain useful
      functions that could easily be ported to other applications.</p>

      <p>Tcl is by John Ousterhout and is in no way affiliated with Eggdrop.
      It likely has its own set of copyrights and whatnots.</p>

      <p>There is no warranty, implied or whatever. You use this software
      at your own risk, no matter what purpose you put it to.</p>
    </blockquote>

    <p><a name="sect8"></a>9. <strong>Mailing list</strong></p>

    <blockquote>

      <p>There are currently a couple of mailing lists about Eggdrop.
      <a href="mailto:eggheads@eggheads.org">eggheads@eggheads.org</a>
      is the one relevant for posts about Eggdrop 1.4 and up (and bug
      fixes, and suggestions, etc).</p>

      <p>To subscribe to the eggheads mailing list, send e-mail to
      <a href="mailto:eggheads-request@eggheads.org">
      eggheads-request@eggheads.org</a>. In the body of the message, put
      &quot;subscribe eggheads&quot;. You can also go to the following
      url:</p>

      <blockquote>
        <p><a href="http://scrambled.eggheads.org/mailman/listinfo/eggheads">
        http://scrambled.eggheads.org/mailman/listinfo/eggheads</a></p>
      </blockquote>

      <p><strong>DO NOT SEND ROBEY EMAIL ABOUT EGGDROP</strong></p>

      <p>Robey is no longer developing the Eggdrop code, so don&#39;t bother
      e-mailing him. If you have a serious problem, email the eggheads
      mailing list and it will get to the coders.</p>

      <p>Please, before posting to this list, see what things are like.
      When you do post, read over your post for readability, spelling, and
      grammar mistakes. Obviously, we&#39;re all human (or are we?) and we
      all make mistakes (heck, look at this document! ;).</p>

      <p>Open discussion and debate is integral to change and progress.
      Don&#39;t flame others over mere form (grammar and spelling), or even
      substantive issues for that matter. Please read and follow the mailing
      list rules.</p>

      <p>The <a href="mailto:eggheads@eggheads.org"> eggheads@eggheads.org
      </a> mailing list is not dedicated to those all too common questions
      we have all seen on other lists... For example:</p>

      <blockquote>
        <ul>
          <li>
            <p> &quot;Why does my bot say this: Please edit your config
            file.&quot;</p>
          </li>

          <li>
            <p>&quot;How do I telnet my bot?&quot;</p>
          </li>

          <li>
            <p>&quot;Where do I get Eggdrop for windows??????&quot;</p>
          </li>
        </ul>
      </blockquote>

      <p>Technical questions, your thoughts or suggestions on new features
      being added to Eggdrop, things that should be removed or fixed, amazing
      problems that even stump the guru&#39;s, etc. are what we want to see
      here.</p>

      <p>Bug reports should be sent to <a href="mailto:bugs@eggheads.org">
      bugs@eggheads.org</a>. Please read and fill out the BUG-REPORT file
      in the doc directory.</p>

      <p><strong>DO NOT SEND HTML E-MAILS TO ANY OF THE EGGHEADS.ORG MAILING
      LISTS. ANYONE CAUGHT SENDING HTML E-MAILS TO ONE OF THESE LISTS WILL
      BE REMOVED IMMEDIATELY!</strong></p>
    </blockquote>

    <p><a name="sect10"></a>10. <strong>Documentation</strong></p>

    <blockquote>
      <p>We&#39;re trying to keep the documentation up to date. If you feel
      that anything is missing here or that anything should be added,
      etc, please e-mail <a href="mailto:bugs@eggheads.org">
      bugs@eggheads.org</a> about it. Thank you.</p>
    </blockquote>

    <p><a name="sect11"></a>11. <strong>Obtaining help</strong></p>

    <blockquote>
      <p>You can obtain help with Eggdrop in the following IRC channels:</p>

      <blockquote>
        <ul>
          <li>
            Undernet

            <ul>
              <li><a href="irc://us.undernet.org/eggdrop">#eggdrop</a></li>

              <li><a href="irc://us.undernet.org/eggies">#eggies</a></li>
            </ul>
          </li>

          <li>
            EFnet

            <ul>
              <li><a href="irc://irc.prison.net/egghelp">#egghelp</a></li>

              <li><a href="irc://irc.prison.net/eggfaq">#eggfaq</a></li>
            </ul>
          </li>

          <li>
            IRCnet

            <ul>
              <li><a href="irc://irc.stealth.net/eggdrop">#eggdrop</a></li>
            </ul>
          </li>

          <li>
            DALnet

            <ul>
              <li><a href="irc://irc.dal.net/eggdrop">#eggdrop</a></li>

              <li><a href="irc://irc.dal.net/botcentral">#botcentral</a></li>
            </ul>
          </li>

          <li>
            FreeNode

            <ul>
              <li><a href="irc://irc.freenode.net/eggdrop">#eggdrop</a></li>

              <li><a href="irc://irc.freenode.net/egghelp">#egghelp</a></li>
            </ul>
          </li>

          <li>
            QuakeNet

            <ul>
              <li><a href="irc://irc.quakenet.net/eggdrop.support">
              #eggdrop.support</a></li>
            </ul>
          </li>
        </ul>
      </blockquote>

      <p>If you plan to ask questions in any of the above channels,
      you should be familiar with and follow IRC etiquette.</p>

      <p>Some important things to remember:</p>

      <ul>
        <li>Don&#39;t type using CAPITAL letters, colors, or bold.</li>

        <li>Don&#39;t use &quot;!&quot; and &quot;?&quot; excessively.</li>

        <li>Don&#39;t /msg people without their permission.</li>

        <li>Don&#39;t repeat or paste large amounts of text to the
        channel.</li>
      </ul>

      <p>If you break these rules, you may find yourself
      <strong>ignored</strong>, or even <strong>kicked</strong> and/or
      <strong>banned </strong> from the channel.</p>

      <p>If there are any other serious Eggdrop related channels that should
      be added to the above list, please let us know.</p>
    </blockquote>
    <hr>

    <p><em>Copyright &copy; 1997 Robey Pointer<br>
    Copyright &copy; 1999 - 2008 Eggheads Development Team
    <a href="http://www.eggheads.org/"> Eggheads Development Team</a></em></p>
  </body>
</html>