mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-15 08:29:31 +01:00
update logo in /INFO response
This commit is contained in:
parent
39b0d2c6ac
commit
69d88fb231
@ -1065,18 +1065,16 @@ func (matcher *elistMatcher) Matches(channel *Channel) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
infoString1 = []string{
|
infoString1 = strings.Split(`
|
||||||
" ___ _ __ __ _ ___ ",
|
__ __ ______ ___ ______ ___
|
||||||
" / _ \\ '__/ _` |/ _ \\ ",
|
__/ // /_/ ____/ __ \/ ____/ __ \
|
||||||
" | __/ | | (_| | (_) |",
|
/_ // __/ __/ / /_/ / / __/ / / /
|
||||||
` \___|_| \__, |\___/ `,
|
/_ // __/ /___/ _, _/ /_/ / /_/ /
|
||||||
" __/ | ",
|
/_//_/ /_____/_/ |_|\____/\____/
|
||||||
" |___/ ",
|
|
||||||
"",
|
https://ergo.chat/
|
||||||
"https://ergo.chat/ ",
|
https://github.com/ergochat/ergo
|
||||||
"https://github.com/ergochat/ergo ",
|
`, "\n")[1:] // XXX: cut off initial blank line
|
||||||
"",
|
|
||||||
}
|
|
||||||
infoString2 = strings.Split(` Daniel Oakley, DanielOaks, <daniel@danieloaks.net>
|
infoString2 = strings.Split(` Daniel Oakley, DanielOaks, <daniel@danieloaks.net>
|
||||||
Shivaram Lingamneni, slingamn, <slingamn@cs.stanford.edu>
|
Shivaram Lingamneni, slingamn, <slingamn@cs.stanford.edu>
|
||||||
`, "\n")
|
`, "\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user