blob: ce5301f61807935678761c55af056583e9ca15c5 (
plain)
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
|
=head1 ���ޥ�ɤ����
#
# ����: �ޤ��ޤ��ͤ���Ȥ����ޤ�
#
# Descriptions: command prompt in message reply
# History: hard coded in fml (< 4.0)
# Value: string without spaces
# Examples: >>>
command_prompot = >>>
# Descriptions: chaddr ���ޥ�ɤ� confirmation ǧ��(������Хå�ǧ��)
# ��Ԥʤ����ݤ���
# History:
# Value: confirmation / ""
# Examples:
command_chaddr_type = confirmation
# Descriptions: unsubscribe ���ޥ�ɤ� confirmation ǧ��(������Хå�ǧ��)
# ��Ԥʤ����ݤ���
# History:
# Value: confirmation / ""
# Examples:
command_unsubscribe_type = confirmation
# Descriptions: ͭ���ʥ��ޥ�ɰ������
# History: fml 4.0 �Ǥϥǥե���ȤΥ��ޥ������������Ф�
# @PERMIT_PROCEDURE @DENY_PROCEDURE �ʤɤ�
# �ѹ���ä���
# Value:
# Examples:
available_commands = help
get
mget
get
mget
subscribe
bye
remove
resign
unsubscribe
chaddr
confirm
guide
info
available_commands_for_stranger = guide
info
subscribe
$confirm_keyword
confirm_keyword = confirm
|