blob: ff36207320aae869362845a369e5574d6e273894 (
plain)
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
|
;;; wasp-user-whitelist --- User whitelist -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:
(setq
w/user-whitelist
(list
"Bezelea"
"fn_lumi"
"MxOwlex"
"NikolaRHristov"
"goofysystem"
"MoMoMoVT"
"SnorlaxBud"
"GenDude"
"zulleyy3"
"freedrull_"
"theUnseenMystic"
"MNKN844"
"fartingle"
"mickynoon"
"DJKawaiiFieri"
"NyxKrage"
"mawjad_"
"crane0001"
"convergent_sequence"
"nugbones"
"NineteenNinetyX"
"fuelsniffer"
"y1nyng"
"RoflrawrVT"
"DFluxStreams"
"Spaecplex"
"IcefoxZettai"
"mTinks"
"Meowlitary"
"CamuiCh"
"joelsgp"
"redheleftyou"
"VortisLoste"
"duxies_"
"SsJsSs"
"flyann"
"Wina"
"MORGVN_"
"TheIdOfAlan"
"body_without_blorgans"
"cbtcaptain"
"iLoidtupo"
"shwasteddd"
"acher0_"
"badcop_"
"Hat_Knight"
"crazy_stewie"
"OrdinaryClover_oc"
"Soymilk"
"37LN37"
"Kopadot"
"Hixrabbit"
"prodzpod"
"DocMaho"
"Celeste_Kyra"
"fighting_annelids"
"eientei95"
"GyrosGeier"
"FoggyRoses"
"StuxVT"
"imgeiser"
"liquidcake1"
"4ll4m3nts"
"Luigi401"
"sleepysleepy6"
"TheMaroonHatHacker"
"CodeSpace0x25"
"RetroBoi128theGameDev"
"yellowberryHN"
"DoctorGlitchy"
"vvizualizer"
"KuromaruOniisan"
"j_art_"
"BugVT"
"vchewbah"
"yiffweed"
"ESTRE777A"
"frizst"
"auts__"
"floorrip"
"DestinyWaits"
"Tomaterr"
"Ivellon"
"RyanWinchester_"
"InspectorDiameter"
"ryasuar"
"schizoidcarp"
"forraz99"
"The_IronShark"
"EricAlvin"
"nichePenguin"
"fredfuchs_en"
"Gleil"
"nightowlmocha"
"ishishiee"
"pigeonGuidedMissile"
"ClaudetteVT"
"stoicmana"
"PartlyAtomic"
"GinjiVitis"
"vesdeg"
"jazzahol_VT"
"BigGayMikey"
"game11454"
"maradyne_"
"HenriqMarq"
"Ricardo_Stryki"
"klingonne"
"ChiriPoco"
"realradiodisney"
"Sodacoma_"
"fannyslam"
"ShyRyan"
"ZedZark"
"skibiditoiletonahole"
"regularamoeba"
"VerryckterVT"
"ZamielPayne"
"chixie9901"
"BuddysPizza"
"nigelwithrow"
"usernamerlin"
"caram3lnuke"
"TheCoppinger"
"DerMarkus1982"
))
(provide 'wasp-user-whitelist)
;;; wasp-user-whitelist.el ends here
|