summaryrefslogtreecommitdiff
path: root/src/wasp-user-whitelist.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-03-26 23:34:28 -0400
committerLLLL Colonq <llll@colonq>2024-03-26 23:34:28 -0400
commit782c667e824d426b5443591afeefc37d0ae17785 (patch)
treeae5d232d598e2008bc2cadf32157a4d937b01951 /src/wasp-user-whitelist.el
parent8e9db9303fc5d72ddfdc9ab4a9adaa8299e6e21a (diff)
We streamed for 9 hours and (mostly) fixed everything.
Diffstat (limited to 'src/wasp-user-whitelist.el')
-rw-r--r--src/wasp-user-whitelist.el136
1 files changed, 136 insertions, 0 deletions
diff --git a/src/wasp-user-whitelist.el b/src/wasp-user-whitelist.el
new file mode 100644
index 00000000..ff362073
--- /dev/null
+++ b/src/wasp-user-whitelist.el
@@ -0,0 +1,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