1
0
Fork 0
forked from External/ergo

update readmes, add placeholder logo

This commit is contained in:
Shivaram Lingamneni 2021-05-26 18:01:11 -04:00
parent 4d4e134008
commit f1ae8051cb
3 changed files with 31 additions and 32 deletions

View file

@ -1053,16 +1053,17 @@ func (matcher *elistMatcher) Matches(channel *Channel) bool {
}
var (
infoString1 = strings.Split(` ·
·
. .
. ·
https://ergo.chat/
https://github.com/ergochat/ergo
https://crowdin.com/project/oragono
`, "\n")
infoString1 = []string{
" ___ _ __ __ _ ___ ",
" / _ \\ '__/ _` |/ _ \\ ",
" | __/ | | (_| | (_) |",
` \___|_| \__, |\___/ `,
" __/ | ",
" |___/ ",
"",
" https://ergo.chat/",
"https://github.com/ergochat/ergo ",
}
infoString2 = strings.Split(` Daniel Oakley, DanielOaks, <daniel@danieloaks.net>
Shivaram Lingamneni, slingamn, <slingamn@cs.stanford.edu>
`, "\n")