File: conf.efingerd

package info (click to toggle)
grc 1.4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 224 kB
  • sloc: python: 318; sh: 56; makefile: 39
file content (26 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (11)
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
# contributed by Daniel Kollár <dkollar@fmph.uniba.sk>

# @host
regexp=@\w+[\w\-\.]+\w+
colours=magenta
count=once
======
# who fingers
regexp=(\s\w+[\w\-\.]+)(?=@)
colours=bold magenta
count=once
======
# user null fingers
regexp=\(null\)
colours=green
count=once
======
# who's fingered
regexp=(\s\d\d\d\d\s)(\w+[\w\-\.]+\s(?=fingered))
colours=bold yellow
count=once
======
# date and time
regexp=^(...)(\s...\s.\d \d\d:\d\d:\d\d)(\s...\s\d\d\d\d\s)
colours=green, green, bold green, green
count=once