File: mod-console.html

package info (click to toggle)
eggdrop 1.6.20-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,020 kB
  • sloc: ansic: 56,566; sh: 4,560; tcl: 2,747; makefile: 1,506
file content (67 lines) | stat: -rw-r--r-- 1,810 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!-- $Id: mod-console.html,v 1.11 2010/01/03 13:27:23 pseudo Exp $ -->

<html>
  <head>
    <title>Eggdrop Documentation: Console Module</title>
  </head>

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

    <p>This module provides storage of console settings when you exit the
    bot or type .store on the partyline.</p>

    <blockquote>
      <ol>
        <li><a href="#config">Config file settings</a></li>
      </ol>
    </blockquote>
    <hr>

    <p><a name="config"></a>1. <strong>Config file settings</strong></p>

    <blockquote>
      <p>Put this line into your Eggdrop configuration file to load the
      console module:</p>

      <p><strong>loadmodule console</strong></p>

      <p>There are also some variables you can set in your config
      file:</p>
    </blockquote>

    <blockquote>
      <dl>
        <dt><strong>set console-autosave 1</strong></dt>

        <dd>
          <p>Save users console settings automatically? Otherwise, they have
          to use the .store command.</p>
        </dd>

        <dt><strong>set force-channel 0</strong></dt>

        <dd>
          <p>If a user doesn&#39;t have any console settings saved, which
          channel do you want them automatically put on?</p>
        </dd>

        <dt><strong>set info-party 0</strong></dt>

        <dd>
          <p>Enable this setting if a user&#39;s global info line should be
          displayed when they join a botnet channel.</p>
        </dd>
      </dl>
    </blockquote>
    <hr>

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