서버 2개 추가. 냐. 퍄.

This commit is contained in:
2018-05-26 17:47:54 +09:00
parent 6627797cc6
commit 98168c61b3
5 changed files with 18 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ class AppConf
'kwe'=>new Setting(ROOT.'/kwe', '퀘', 'yellow'),
'pwe'=>new Setting(ROOT.'/pwe', '풰', 'orange'),
'twe'=>new Setting(ROOT.'/twe', '퉤', 'magenta'),
'nya'=>new Setting(ROOT.'/nya', '냐', '#e67e22'),
'pya'=>new Setting(ROOT.'/pya', '퍄', '#9b59b6'),
'hwe'=>new Setting(ROOT.'/hwe', '훼', 'red')
];
}