-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadvert.mrc
249 lines (242 loc) · 9.98 KB
/
advert.mrc
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
on *:LOAD:{
if ($exists($Mod.Advert.aFile)) {
var %Mod.Advert.vInput = $input(Die Datei Advert.hsh wurde gefunden. Sollen die Daten geladen werden?, yv, Daten Laden?)
if (%Mod.Advert.vInput == $yes) {
if ($hget(Mod.Advert.hData)) {
hfree Mod.Advert.hData
}
if ($hget(Mod.Advert.hSet)) {
hfree Mod.Advert.hSet
}
if ($hget(Mod.Advert.hHost)) {
hfree Mod.Advert.hHost
}
hmake Mod.Advert.hData 10000
hload -i Mod.Advert.hData $Mod.Advert.aFile Data
hmake Mod.Advert.hSet 10000
hload -i Mod.Advert.hSet $Mod.Advert.aFile Set
hmake Mod.Advert.hHost 10000
hload -i Mod.Advert.hHost $Mod.Advert.aFile Host
}
}
else {
hmake Mod.Advert.hData 10000
hmake Mod.Advert.hSet 10000
hmake Mod.Advert.hHost 10000
}
echo 14Das09 Advert 14Addon v1.0 © by 09www.eVolutionX-Project.eu14 (09eVolutionX-Project Team14) wurde erflogreich geladen! Viel Spaß :)
}
on *:TEXT:*:#:{
if (*#* iswm $strip($1-)) {
if ($hget(Mod.Advert.hSet, Mod.Advert.Status) == on) {
if (!$hfind(Mod.Advert.hHost, $address($nick, 15), 0, W)) {
if ($matchtok($strip($1-), $chr(35), 0, 32) == 1) {
if ($left($matchtok($strip($1-), $chr(35), 1, 32), 1) == $chr(35)) {
set -u5 %Mod.Advert.vRaw # $nick
raw -q list $matchtok($strip($1-), $chr(35), 1, 32)
}
}
else {
set -u5 %Mod.Advert.vRaw # $nick
var %a = 1, %b = $matchtok($strip($1-), $chr(35), 0, 32)
while (%a <= %b) {
if ($left($matchtok($strip($1-), $chr(35), %a, 32), 1) == $chr(35)) {
raw -q list $matchtok($strip($1-), $chr(35), %a, 32)
}
inc %a 1
}
}
}
}
}
if ($1 == !advert) {
if ($2) {
if ($2 == info) {
.notice $nick 14Advert Addon v1.1 © by 09www.eVolutionX-Project.eu14 (09eVolutionX-Project Team14)
return
}
if ($2 == add) {
}
if ($2 == set) {
if ($3) {
if ($3 == on) {
if ($hget(Mod.Advert.hSet, Mod.Advert.Status) == off) {
hadd -m Mod.Advert.hSet Mod.Advert.Status On
hsave -i Mod.Advert.hSet $Mod.Advert.aFile Set
.notice $nick 14Das09 Advert Addon14 ist nun an!
}
else {
.notice $nick 14Das09 Advert Addon14 ist schon an!
}
}
if ($3 == off) {
if ($hget(Mod.Advert.hSet, Mod.Advert.Status) == on) {
hadd -m Mod.Advert.hSet Mod.Advert.Status off
hsave -i Mod.Advert.hSet $Mod.Advert.aFile Set
.notice $nick 14Das09 Advert Addon14 ist nun aus!
}
else {
.notice $nick 14Das09 Advert Addon14 ist schon aus!
}
}
if ($3 == add) {
if ($4) {
if (!$hfind(Mod.Advert.hHost, $4, 0, W)) {
hadd -m Mod.Advert.hHost $4 $iif($hget(Mod.Advert.hHost, 0).item == 0, 1, $calc($hget(Mod.Advert.hHost, 0).item + 1))
hsave -i Mod.Advert.hHost $Mod.Advert.aFile Host
.notice $nick 14Der Host09 $4 14darf nun Werbung machen!
}
else {
.notice $nick 14Ein Host mit der gleichen wirkung wie09 $4 14steht in der Datenbank, deshalb wird er nicht hinzugefügt!
}
}
else {
.notice $nick 14Du hast vergessen den09 Host 14anzugeben!
}
}
if ($3 == del) {
if ($4) {
if ($hget(Mod.Advert.hHost, 0).item) {
if ($4 isnum) {
if ($hget(Mod.Advert.hHost, 0).item >= $4) {
var %a = $hget(Mod.Advert.hHost, $4).item
hdel Mod.Advert.hHost $hget(Mod.Advert.hHost, $4).item
hsave -i Mod.Advert.hHost $Mod.Advert.aFile Host
.notice $nick 14Der Host09 %a 14wurde erfolgreich gelöscht!
}
else {
.notice $nick 14Die Zahl09 $4 14ist zu hoch, denn soviele Einträge stehen nicht in der Datenbank!
}
}
else {
if ($hfind(Mod.Advert.hHost, $4, 0, w)) {
if ($hfind(Mod.Advert.hHost, $4, 0, w) == 1) {
var %a = $hfind(Mod.Advert.hHost, $4, 1, w)
hdel Mod.Advert.hHost $hfind(Mod.Advert.hHost, $4, 1, w)
hsave -i Mod.Advert.hHost $Mod.Advert.aFile Host
.notice $nick 14Der Host09 %a 14darf nun keine Werbung mehr machen!
}
else {
var %a = 1, %b = $hfind(Mod.Advert.hHost, $4, 0, w)
while (%a <= %b) {
if (%Mod.Advert.vList) {
var %Mod.Advert.vList = %Mod.Advert.vList $+ $rand(2, 13) $+ $hfind(Mod.Advert.hHost, $4, $hfind(Mod.Advert.hHost, $4, 0, w), w) $+
hdel Mod.Advert.hHost $hfind(Mod.Advert.hHost, $4, $hfind(Mod.Advert.hHost, $4, 0, w), w)
}
else {
var %Mod.Advert.vList = $+ $rand(2, 13) $+ $hfind(Mod.Advert.hHost, $4, $hfind(Mod.Advert.hHost, $4, 0, w), w) $+
hdel Mod.Advert.hHost $hfind(Mod.Advert.hHost, $4, $hfind(Mod.Advert.hHost, $4, 0, w), w)
}
inc %a 1
}
hsave -i Mod.Advert.hHost $Mod.Advert.aFile Host
.notice $nick 09 $+ %b 14Hosts wurden gelöscht: %Mod.Advert.vList
}
}
else {
.notice $nick 14Es steht kein Host der09 $4 14heißt in der Datenbank!
}
}
}
else {
.notice $nick 14Die 09Datenbank14 ist leer!
}
}
else {
.notice $nick 14Du hast vergessen einen09 Host 14oder die 09Nummer14 des Hosts anzugeben!
}
}
if ($3 == list) {
if ($hget(Mod.Advert.hHost, 0).item) {
if ($4) {
var %a = 1, %b = $hfind(Mod.Advert.hHost, $4, 0, w)
while (%a <= %b) {
if (%Mod.Advert.vList) {
var %Mod.Advert.vList = %Mod.Advert.vList $+ $rand(2, 13) $+ $chr(35) $+ $hget(Mod.Advert.hHost, $hfind(Mod.Advert.hHost, $4, %a, w)) $hfind(Mod.Advert.hHost, $4, %a, w) $+
}
else {
var %Mod.Advert.vList = $+ $rand(2, 13) $+ $chr(35) $+ $hget(Mod.Advert.hHost, $hfind(Mod.Advert.hHost, $4, %a, w)) $hfind(Mod.Advert.hHost, $4, %a, w) $+
}
inc %a 1
}
.notice $nick 09 $+ %b 14Treffer für09 $4 14gefunden: %Mod.Advert.vList
}
else {
var %a = 1, %b = $hget(Mod.Advert.hHost, 0).item
while (%a <= %b) {
if (%Mod.Advert.vList) {
var %Mod.Advert.vList = %Mod.Advert.vList $+ $rand(2, 13) $+ $chr(35) $+ $hget(Mod.Advert.hHost, $hget(Mod.Advert.hHost, %a).item) $hget(Mod.Advert.hHost, %a).item $+
}
else {
var %Mod.Advert.vList = $+ $rand(2, 13) $+ $chr(35) $+ $hget(Mod.Advert.hHost, $hget(Mod.Advert.hHost, %a).item) $hget(Mod.Advert.hHost, %a).item $+
}
inc %a 1
}
.notice $nick 09 $+ %b $iif(%b == 1, 14Eintrag, 14Einträge) gefunden: %Mod.Advert.vList
}
}
else {
.notice $nick 14Die 09Datenbank14 ist leer!
}
}
if ($3 == op) {
if ($4) {
if ($4 == on) {
if ($hget(Mod.Advert.hSet, Mod.Advert.Op) == off) {
hadd -m Mod.Advert.hSet Mod.Advert.Op On
hsave -i Mod.Advert.hSet $Mod.Advert.aFile Set
.notice $nick 14Die09 Ops 14dürfen nun Werbung machen!
}
else {
.notice $nick 14Die09 Ops 14dürfen schon Werbung machen!
}
}
elseif ($4 == off) {
if ($hget(Mod.Advert.hSet, Mod.Advert.Op) == on) {
hadd -m Mod.Advert.hSet Mod.Advert.Op off
hsave -i Mod.Advert.hSet $Mod.Advert.aFile Set
.notice $nick 14Die09 Ops 14dürfen nun keine Werbung mehr machen!
}
else {
.notice $nick 14Die09 Ops 14dürfen schon keine Werbung machen!
}
}
else {
.notice $nick 14Du hast vergessen09 On 14oder09 Off 14anzugeben!
}
}
else {
.notice $nick 14Du hast vergessen09 On 14oder09 Off 14anzugeben!
}
}
}
else {
.notice $nick Set
}
}
}
else {
.notice $nick null
}
}
}
alias Mod.Advert.aHash {
if (!$hget(Mod.Advert.hSet, Mod.Advert.Op)) {
hadd -m Mod.Advert.hSet Mod.Advert.Op on
}
if (!$hget(Mod.Advert.hSet, Mod.Advert.Status)) {
hadd -m Mod.Advert.hSet Mod.Advert.Status On
}
hsave -i Mod.Advert.hSet $Mod.Advert.aFile Set
}
raw 322:*:{
if ($left($nick($gettok(%Mod.Advert.vRaw, 1, 32), $me).pnick, 1) isin ~&@%) {
.kick $gettok(%Mod.Advert.vRaw, 1, 32) $gettok(%Mod.Advert.vRaw, 2, 32) Channel Werbung
}
}
alias Mod.Advert.aFile {
if (!$isdir(System)) {
mkdir System
}
return $mircdirSystem\Advert.hsh
}