~ubuntu-branches/ubuntu/oneiric/eggdrop/oneiric

« back to all changes in this revision

Viewing changes to src/mod/notes.mod/help/set/notes.help

  • Committer: Bazaar Package Importer
  • Author(s): Guilherme de S. Pastore
  • Date: 2004-06-17 09:15:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040617091528-64rrw1sa33lkfhmh
Tags: 1.6.16-2
* Fixed typo on README.Debian
* Fixed hyphens in manual page
* Converted debian/rules to CDBS
* Set path to binary on example config file
* Changed LANGDIR on src/eggdrop.h (Closes: #254824)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%{help=set note-life}%{+n}
2
 
### %bset note-life%b <#>
3
 
   sets the number of days to hold a note before expiring it
4
 
   (erasing it from the bot).
 
2
### %bset note-life%b <days>
 
3
   Sets the number of days to hold a note before expiring it (erasing it from
 
4
   the bot).
5
5
%{help=set max-notes}%{+n}
6
 
### %bset max-notes%b <#>
7
 
   sets the maximum number of notes a user may have stored for them
8
 
   on the bot.  once this is full, no more notes will be accepted
9
 
   for the user.
 
6
### %bset max-notes%b <number>
 
7
   Sets the maximum number of notes a user may have stored on the bot. Once
 
8
   this limit is reached, no more notes will be accepted for the user.
10
9
%{help=set allow-fwd}%{+n}
11
 
###  %bset allow-fwd%b 0/1
12
 
   This setting determines if note forwarding is permitted. If a 
13
 
   note is about to be stored (since the user is note currently
14
 
   online) and they have a forwarding setting and this value is
15
 
   1 the note will be forwarded to the appropriate user.
 
10
###  %bset allow-fwd%b <0/1>
 
11
   This setting determines whether or not note forwarding is permitted. If a
 
12
   note is about to be stored (since the user is note currently online) and
 
13
   they have a forwarding setting (and this value is 1), the note will be
 
14
   forwarded to the appropriate user@bot.
16
15
%{help=set notefile}%{+n}
17
16
###  %bset notefile%b <filename>
18
 
   specifies the filename where bots should store notes that
19
 
   are sent to someone who isn't on the party line currently.
20
 
   normally, you don't want to change this after the first
21
 
   time you load the bot.  if you want to disable note storage,
22
 
   set this to "" (blank), or unload the notes module.
 
17
   Specifies the filename where the bot will store notes that are sent to users
 
18
   who are not currently on the partyline (or are away). Changing this while
 
19
   the bot is running is not recommended, however, note storage can be disabled
 
20
   by setting this to "" (blank) or by unloading the notes module.