shoutbridge/users.py

35 lines
909 B
Python

USERS = [
#
("GLaDOS", "GLaDOS"),
# The gods
("Lephenixnoir", "Lephenixnoir"),
("Lephenixnoir", "Lephe"),
("Shadow15510", "Shadow"),
("Shadow15510", "Shadow15510"),
("Critor", "Critor"),
# The old gods
("Dark Storm", "Darks"),
("Dark Storm", "Eldeberen"),
# The priests
("Breizh_craft", "Breizh"),
# Senators
("Massena", "massena"),
("Potter360", "potter360"),
("Tituya", "Tituya"),
# The masters of the puzzles
("Eragon", "eragon"),
("Hackcell", "Alice"),
# Judges
("Kikoodx", "KikooDX"),
# Old ones, they don't work anymore
# the - char is not allowed on IRC
("-florian66-", "florian66"),
# This ends the list of sacred users
# This is the start of the plebs
("Acrocasio", "Acrocasio"),
("FlamingKite", "FKite"),
("FlamingKite", "FKite_"),
("Mb88", "Mb88"),
("Mb88", "Mibi88")
]