File: notes.rst

package info (click to toggle)
eggdrop 1.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,596 kB
  • sloc: ansic: 65,863; javascript: 8,908; sh: 5,337; tcl: 3,801; makefile: 1,771; python: 121
file content (45 lines) | stat: -rw-r--r-- 1,236 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
Last revised: January 1, 2002

.. _notes:

============
Notes Module
============

This module provides support for storing of notes for users from each other.
Note sending between currently online users is supported in the core, this
is only for storing the notes for later retrieval.

This module requires: none

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

  loadmodule notes

There are also some variables you can set in your config file:

  set notefile "LamestBot.notes"
    Set here the filename where private notes between users are stored.

  set max-notes 50
    Set here the maximum number of notes to allow to be stored for each user
    (to prevent flooding).

  set note-life 60
    Set here how long (in days) to store notes before expiring them.

  set allow-fwd 0
    Set this to 1 if you want to allow users to specify a forwarding address
    for forwarding notes to another account on another bot.

  set notify-users 1
    Set this to 1 if you want the bot to let people know hourly if they have
    any notes.

  set notify-onjoin 1
    Set this to 1 if you want the bot to let people know on join if they have
    any notes.


Copyright (C) 2000 - 2025 Eggheads Development Team