| 292 |
|
}; |
| 293 |
|
|
| 294 |
|
/* |
| 295 |
+ |
* motd {}: specifies various MOTD files. Applies to local users only. |
| 296 |
+ |
*/ |
| 297 |
+ |
motd { |
| 298 |
+ |
/* |
| 299 |
+ |
* mask: multiple mask entries are permitted. Mask can either be |
| 300 |
+ |
* a class name or a hostname. |
| 301 |
+ |
*/ |
| 302 |
+ |
mask = "*.at"; |
| 303 |
+ |
mask = "*.de"; |
| 304 |
+ |
mask = "*.ch"; |
| 305 |
+ |
|
| 306 |
+ |
/* |
| 307 |
+ |
* file: path top the actual motd file. |
| 308 |
+ |
*/ |
| 309 |
+ |
file = "/usr/local/ircd/etc/german.motd"; |
| 310 |
+ |
}; |
| 311 |
+ |
|
| 312 |
+ |
/* |
| 313 |
|
* listen {}: contains information about the ports ircd listens on |
| 314 |
|
*/ |
| 315 |
|
listen { |