| 1 |
Here is a short note of how to use and configure the conf/bnmotd.txt
|
| 2 |
|
| 3 |
- all lines have to start with %I
|
| 4 |
- possible parameters that can be used:
|
| 5 |
-- %a = number of registered accounts on the server
|
| 6 |
-- %c = number of currently existant channels
|
| 7 |
-- %g = total number of currently running games
|
| 8 |
-- %G = games of users with same clienttag.
|
| 9 |
-- %h = hostname of the server
|
| 10 |
-- %H = contact name (as set in bnetd.conf)
|
| 11 |
-- %i = userid of the user
|
| 12 |
-- %l = username
|
| 13 |
-- %N = name of the game the user has connected with.
|
| 14 |
-- %m = check users mail when they login
|
| 15 |
-- %r = IP of the user
|
| 16 |
-- %t = clienttag of the user
|
| 17 |
-- %u = number of users currently logged in
|
| 18 |
-- %U = users logged in with the same clienttag
|
| 19 |
-- %v = server version
|
| 20 |
--
|