-
Notifications
You must be signed in to change notification settings - Fork 1
/
TRIGGERS.TXT
59 lines (50 loc) · 1.81 KB
/
TRIGGERS.TXT
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
51
52
53
54
55
56
57
58
59
# This file has the following syntax:
#
#REGEX <TAB> EVENT1,EVENT2,EVENT3...
#
#Events can be:
#echo MODE - echoes the output to the screen. Where MODE can be:
# normal, bold, underscore, blink, inverse, black, red, green,
# yellow, blue, magenta, cyan, white, black_h, red_h, green_h,
# yellow_h, blue_h, magenta_h, cyan_h, white_h
# _h are the highlight colors. Normal is the default
#bell N - beep N times
#play FILE - play a MP3 file
#mail user - Mail the line to user (you should have mail system working)
#write user - Write to a local user in a terminal (write command)
#
# Examples:
# When GM pming you
#\[PM] \[GM] play gm_pm.mp3
# When someone is chatting near you
#\[C] bell 3
# When Legolas is PMing you
#\[PM] Legolas play legolas_pm.mp3
# When someone talk bot (or anything similar)
# bot, B0T, b0t, botter, B0tTER...
#[bB][oO0]{1,5}[tT].* play botter.mp3
# Red letters when someone says your name
#:.*:.*:.*Bot Name echo red_h
\[PM] \[GM] play gm_pm.mp3
\[C] bell 3
[bB][oO0]{1,5}[tT].* play botter.mp3
:.*:.*:.*Bot Name echo red_h
# This file has the following syntax:
#
#REGEX <TAB> EVENT1,EVENT2,EVENT3...
#
#Events can be:
#echo MODE - echoes the output to the screen. Where MODE can be:
# normal, bold, underscore, blink, inverse, black, red, green,
# yellow, blue, magenta, cyan, white, black_h, red_h, green_h,
# yellow_h, blue_h, magenta_h, cyan_h, white_h
# _h are the highlight colors. Normal is the default
#bell N - Echo the output and beep N times
#play FILE - Echo the output and play a MP3 file
#mail user - Mail the line to user (you should have mail system working)
#write user - Write to a local user in a terminal (write command)
#
# Examples:
# When you find Fin Helm warn user
#Fin Helm write username,mail [email protected]
Fin Helm write username,mail [email protected]