-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathq2adminban.txt
More file actions
50 lines (50 loc) · 1.32 KB
/
Copy pathq2adminban.txt
File metadata and controls
50 lines (50 loc) · 1.32 KB
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
;
; The ban file list for the q2admin dll.
;
;
; Banning can be enabled and disabled by the 'nickbanning_enable',
; 'ipbanning_enable' and 'chatbanning_enable' commands.
;
; They can be enabled/disabled in the q2admin.txt by changing the
; there values to "Yes" or "No".
;
; e.g. in the q2admin.log file:
; nickbanning_enable "Yes"
; ipbanning_enable "Yes"
; chatbanning_enable "Yes"
;
; They can also be enabled/disabled from the server console / client admin
; console as well. See section 2.3 and 2.4 in the readme.txt for how to do
; this.
;
; q2adminban.txt is loaded from the Quake2 directory and then the mod directory
; in that order.
;
;
; The format for each ban line is:
;
; BAN: [+/-(-)] [ALL/[NAME [LIKE/RE] "name"/BLANK/ALL(ALL)] [IP xxx[.xxx(0)[.xxx(0)[.xxx(0)]]][/yy(32)]] [PASSWORD "xxx"] [MAX 0-xxx(0)] [FLOOD xxx(num) xxx(sec) xxx(silence] [MSG "xxx"]
;
; e.g.
; BAN: NAME LIKE "fuck"
; BAN: NAME BLANK MSG "no blank names allowed"
; BAN: IP 192.168.1.10
; BAN: + ALL MAX 10
; BAN: + IP 192.168/16
; BAN: ALL MSG "Down For Maintenance"
; BAN: + NAME RE "^VK-.*$" PASSWORD "duck" MSG "Name reserved for Clan VK"
; BAN: + NAME LIKE "Fred" FLOOD 10 4 -1
;
;
; CHATBAN: [LIKE/RE(LIKE)] "xxx" [MSG "xxx"]
;
; e.g.
; CHATBAN: "fuck"
; CHATBAN: RE "f[u$@#%]ck"
;
;
; INCLUDE: "banfile"
;
; e.g.
; INCLUDE: "/banlist/banlist.txt"
;