-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPC.CFG
138 lines (128 loc) · 2.46 KB
/
PC.CFG
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
;this is a comment - I love comments
;General
Nickname=Newbie
Channel=#chat
ByeMessage=Leaving
;Flags
BeepOnArrival=yes
BeepOnPrivate=yes
ShowJoinMsgs=yes
;Macros
Macro1=Macro1
Macro2=Macro2
Macro3=Macro3
Macro4=Macro4
Macro5=Macro5
Macro6=Macro6
Macro7=Macro7
Macro8=Macro8
Macro9=Macro9
Macro0=Macro0
MacroA=MacroA
MacroB=MacroB
MacroC=MacroC
MacroD=MacroD
MacroE=MacroE
MacroF=MacroF
MacroG=MacroG
MacroH=MacroH
MacroI=MacroI
MacroJ=MacroJ
MacroK=MacroK
MacroL=MacroL
MacroM=MacroM
MacroN=MacroN
MacroO=MacroO
MacroP=MacroP
MacroQ=MacroQ
MacroR=MacroR
MacroS=MacroS
MacroT=MacroT
MacroU=MacroU
MacroV=MacroV
MacroW=MacroW
MacroX=/quit
MacroY=MacroY
MacroZ=MacroZ
;Commands
CmdQuit=quit
CmdQuit1=quit1
CmdQuit2=quit2
CmdQuit3=quit3
CmdQuit4=quit4
CmdQuit5=quit5
CmdQuit6=quit6
CmdQuit7=quit7
CmdQuit8=quit8
CmdQuit9=quit9
CmdHelp=help
CmdChat=chat
CmdUsers=users
CmdEmail=email
CmdWhois=whois
CmdServers=servers
CmdMotd=motd
CmdAway=away
CmdBeep=beep
CmdClear=clear
CmdIgnore=ignore
CmdJoin=join
CmdMe=me
CmdMsg=msg
CmdPing=ping
CmdWho=who
CmdOffer=offer
CmdDeoffer=deoffer
CmdGet=get
CmdXGet=xget
CmdProgress=progress
CmdCD=cd
CmdDir=dir
CmdType=type
CmdShell=shell
CmdNoPrivate=noprivate
CmdDos=dos
;Colors / Strings
MessageColor=white
MessageStr=<%s> %s
HelloColor=cyan
HelloStr=*** %s has joined channel %s.
ByeColor=cyan
ByeStr=*** %s has quit chat (%s).
PartColor=cyan
PartStr=*** %s has left channel %s.
IamColor=cyan
IamStr=*** %s is on channel %s.
PostureColor=lightred
PostureStr=* %s %s
PrivateRecvColor=yellow
PrivateRecvStr=[*%s*] %s
PongColor=cyan
PongStr=*** Ping time from %s is %sms.
DisconnectColor=lightgray
DisconnectStr=*** %s has disconnected.
IgnoreColor=cyan
IgnoreStr=*** We are now %s messages from %s.
PrivateSendColor=yellow
PrivateSendStr=<-%s-> %s
NoPrivateColor=yellow
NoPrivateStr=*** You are now %s private messages%s.
ErrorColor=red
NoFilesOfferedStr=!!! no files offered.
FileNotFoundStr=!!! file not found.
InvalidFileStr=!!! invalid file number.
NotGameModeStr=!!! not in game monitoring mode.
InvalidSocketStr=!!! socket out of range.
KaliNotLoadedStr=!!! Kali not loaded.
RejectPrivateStr=is rejecting private messages (%s).
InvalidChannelStr=!!! invalid channel (%s).
SameChannelStr=!!! already on channel %s.
InvalidCommandStr=!!! invalid command - type /help for assistance.
UnknownUserStr=!!! unknown user (%s).
LineColor=blue
TitleColor=lightcyan
ScreenNameColor=white
ClockColor=white
HelpTextColor=cyan
SendProgressColor=lightgreen
RecvProgressColor=yellow