File: conf.irclog

package info (click to toggle)
grc 1.0.8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 208 kB
  • ctags: 90
  • sloc: python: 285; makefile: 39; sh: 35
file content (32 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (8)
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
# ip number
regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
colours=magenta
=======
# ***
regexp=\*\*\*
colours=bold green
=======
# +++
regexp=\+\+\+
colours=green
=======
# mail address
regexp=\S+\@[\w\-\.]+
colours=bold yellow
=======
# Signoff
regexp=Signoff
colours=bold red
=======
# Signon
regexp=Signon
colours=bold green
=======
# everything in parentheses
regexp=\(.+?\)
colours=green 
count=more
=======
# channel name
regexp=\#[\w\-\.]+
colours=bold blue