shoutbridge/users.py

35 lines
909 B
Python
Raw Normal View History

USERS = [
2022-12-16 13:28:10 +01:00
#
("GLaDOS", "GLaDOS"),
2022-12-14 16:22:58 +01:00
# The gods
2022-12-14 16:39:21 +01:00
("Lephenixnoir", "Lephenixnoir"),
("Lephenixnoir", "Lephe"),
2022-12-14 16:22:58 +01:00
("Shadow15510", "Shadow"),
2023-06-12 10:02:43 +02:00
("Shadow15510", "Shadow15510"),
2022-12-14 16:22:58 +01:00
("Critor", "Critor"),
# The old gods
2022-03-10 10:29:15 +01:00
("Dark Storm", "Darks"),
("Dark Storm", "Eldeberen"),
2022-12-14 16:22:58 +01:00
# The priests
2022-03-10 10:29:15 +01:00
("Breizh_craft", "Breizh"),
2022-12-14 16:39:21 +01:00
# Senators
("Massena", "massena"),
("Potter360", "potter360"),
("Tituya", "Tituya"),
2022-12-14 16:22:58 +01:00
# The masters of the puzzles
("Eragon", "eragon"),
("Hackcell", "Alice"),
2022-12-14 16:39:21 +01:00
# Judges
("Kikoodx", "KikooDX"),
2022-12-15 11:28:36 +01:00
# Old ones, they don't work anymore
# the - char is not allowed on IRC
("-florian66-", "florian66"),
2022-12-14 16:22:58 +01:00
# This ends the list of sacred users
# This is the start of the plebs
2022-12-14 16:39:21 +01:00
("Acrocasio", "Acrocasio"),
("FlamingKite", "FKite"),
("FlamingKite", "FKite_"),
2022-12-31 12:39:24 +01:00
("Mb88", "Mb88"),
2023-03-23 13:23:35 +01:00
("Mb88", "Mibi88")
2022-03-10 10:29:15 +01:00
]