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
|
# main variables of FoxEye
# first section is usage
# second section is that config maker will put into config
# third section is full help
set nick
:%* <string>
:Name of service to use in the network.
:This is a name of service to use in the network (bot on the botnet, ircd\
in the IRC network, etc.). Also it is default nickname for connection to\
servers.
No default.
set my-hostname
:%* <string>
:Network DNS name used to identify itself on servers.
:If your machine has multiple hostnames and you would like to use a\
particular one then set this variable to preferred host.
Default: ""
set locale
:%* <locale name>
:Locale name for messages and case conversions.
:This variable changes your preferred language for messages, help files\
and case (upper<->lower) conversions. Affects only [re]boot.
Default: locale part of value of LANG environment variable.
set charset
:%* <charset>
:Charset name for current locale (not changeable in runtime).
:This variable changes character set name for any character conversions:\
server, dcc recodings, scripting languages (such as Tcl), etc.
Default: charset part of value of LANG environment variable.
set listfile
:%* <path>
:Filename for main Listfile.
:Listfile has all info about users, passwords, servers, channels, etc. This\
variable points to the file which has such info.
Default: "listfile".
set connection-timeout
:%* <seconds>
:Direct connection start timeout.
:This variable defines how much amount of time core will keep connection\
until connection is complete. If client still doesn't enter login name or\
password but spends that time then connection will be terminated.
Default: 120.
set ident-timeout
:%* <seconds>
:Ident timeout (in seconds).
:This variable defines how much amount of time core will wait for ident\
answer from remote side. If still was not answer after that time since\
connection was made then connection will be terminated and ident assumed\
undefined.
Default: 60.
set protect-telnet
:%* <yes|no>
:Do we must drop connections from unknown hosts?
:If we have to drop incoming connections from hosts which do not match to\
any hostmask in listfile with appropriate permissions then set that\
variable to %^yes%^.
Default: yes.
set motd
:%* <path>
:Filename of MOTD file.
:MOTD (message of the day) is message that is usually shown to user when\
he/she logins to partyline. This variable points to a file which contains\
text of MOTD in %gprintl%n() format (see documentation for details).
Default: $prefix/motd
set cache-time
:%* <seconds>
:Write-cache hold time (in seconds).
:This variable defines how much amount of time unsaved changes are keeping\
in listfile, logfile, etc. internal buffers until save on disk, in seconds.
Default: 300.
set wtmpfile
:%* <path>
:Filename for statistics save.
:Wtmpfile has info about all events - logins, joins, parts, requests, any\
statistics. This variable points to the file which collects such data.
Default: "Wtmp".
set wtmps
:%* <number>
:Number of Wtmp files to keep.
:This variable defines number of Wtmp files to keep when rotating. Each\
Wtmp file can contain data for one month so this defines how much\
statistics you want to have. Set that to 0 says keep only current\
month data.
Default: 4.
set formatsfile
:%* <path>
:Filename for format strings.
:Formats are directives which defines how different events will be logged\
into logfiles or user interface (see documentation for details). This\
variable points to a file where these formats are saved.
Default: ""
set replace-unknown-char
:%* <char>
:Replacement char for unconvertable characters.
:This character will replace any characters in output of charset conversion\
if these characters cannot be converted. If set empty then unconvertable\
characters will be silently omitted.
Default: "?".
set dcc-port-range
:%* <port> [- <end port>]
:Port range for direct client connections.
:This variable defines default port range for direct client connections,\
i.e. on which port we will open listeners for sending files, chats, etc.\
if none defined in the module wanting direct client connection. Empty\
value means all users port range (1024 - 65535) is available.
Default: ""
fset dcc_lost
:
:
:Used when direct connection to client lost. Macros: %%L, %%@.
Default: "DCC connection to %%L lost.".
fset dcc_closed
:
:
:Used when direct connection was closed before login. Macros: %%L, %%P,\
%%@, %%* (reason).
Default: "DCC chat to %%L closed: %%*.".
fset dcc_input_connection
:
:
:Used when someone connected on listening socket for direct connection.\
Macros: %%* (ident), %%@, %%L, %%P.
Default: "Input connection from %%@:%%P, ident %%*.".
fset w_head
:
:
:That is header for output of %^w%^ command. No macros.
Default: " NAME FROM IDLE WHAT".
fset w
:
:
:That is format of each line of output of %^w%^ command (see S_REPORT in\
docs).
Default: "%%16L %%24@ %%7- %%*".
fset who_head_master
:
:
:That is header for output of %^who%^ command for masters. No macros.
Default: " NAME SOCK LOGIN@ FROM".
fset who_master
:
:
:That is format of each line of output of %^who%^ command for masters.\
(see S_REPORT in docs).
Default: "%%16L %%4I %%12# %%@%%?- (idle %%-)??".
fset who_head
:
:
:That is header for output of %^who%^ command. No macros.
Default: " NAME LOGIN@ FROM".
fset who
:
:
:That is format of each line of output of %^who%^ command (see S_REPORT in\
docs).
Default: "%%16L %%12# %%@%%?- (idle %%-)??".
fset cstat_head
:
:
:That is header for output of %^cstat%^ command. No macros.
Default: "SOCK NAME FROM".
fset cstat
:
:
:That is format of each line of output of %^cstat%^ command (see S_REPORT in\
docs).
Default: "%%4I %%20L %%@%%?P:%%P??%%?* (%%*)??".
|