mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-15 00:19:29 +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 (
|
||||
infoString1 = []string{
|
||||
" ___ _ __ __ _ ___ ",
|
||||
" / _ \\ '__/ _` |/ _ \\ ",
|
||||
" | __/ | | (_| | (_) |",
|
||||
` \___|_| \__, |\___/ `,
|
||||
" __/ | ",
|
||||
" |___/ ",
|
||||
"",
|
||||
"https://ergo.chat/ ",
|
||||
"https://github.com/ergochat/ergo ",
|
||||
"",
|
||||
}
|
||||
infoString1 = strings.Split(`
|
||||
__ __ ______ ___ ______ ___
|
||||
__/ // /_/ ____/ __ \/ ____/ __ \
|
||||
/_ // __/ __/ / /_/ / / __/ / / /
|
||||
/_ // __/ /___/ _, _/ /_/ / /_/ /
|
||||
/_//_/ /_____/_/ |_|\____/\____/
|
||||
|
||||
https://ergo.chat/
|
||||
https://github.com/ergochat/ergo
|
||||
`, "\n")[1:] // XXX: cut off initial blank line
|
||||
infoString2 = strings.Split(` Daniel Oakley, DanielOaks, <daniel@danieloaks.net>
|
||||
Shivaram Lingamneni, slingamn, <slingamn@cs.stanford.edu>
|
||||
`, "\n")
|
||||
|
Loading…
Reference in New Issue
Block a user