diff options
author | RaindropsSys <contact@minteck.org> | 2023-03-25 16:01:48 +0100 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-03-25 16:01:48 +0100 |
commit | bbf526b19c9831349a3b836f83b63363e6b33609 (patch) | |
tree | d75c5b9bcfbd73f642017c294807a997711ef479 /includes/util/short.inc | |
parent | 609dc69c1332813c3a367e184663e498c4f559ff (diff) | |
download | pluralconnect-bbf526b19c9831349a3b836f83b63363e6b33609.tar.gz pluralconnect-bbf526b19c9831349a3b836f83b63363e6b33609.tar.bz2 pluralconnect-bbf526b19c9831349a3b836f83b63363e6b33609.zip |
Updated 7 files (automated)
Diffstat (limited to 'includes/util/short.inc')
-rw-r--r-- | includes/util/short.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/util/short.inc b/includes/util/short.inc index 39e42b0..c226e3b 100644 --- a/includes/util/short.inc +++ b/includes/util/short.inc @@ -12,13 +12,14 @@ $list = [ "rd" => "/raindrops", "cb" => "/cloudburst", "minty" => "/cloudydreams", + "violetdawn" => "/sandydawn", "twilight" => "/twi", "luna" => "/princessluna", "cloudy" => "/cloudydreams", "zipp" => "/zippstorm", "babs" => "/babsseed", "frost" => "/frostcrystals", - "violet" => "/violetdawn" + "violet" => "/sandydawn" ]; foreach ($members as $member) { |