added github url in the end

This commit is contained in:
Christian Pointner 2016-12-06 22:24:47 +01:00
parent 26b968d184
commit ebed5f0bba
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ func greet(c *telgo.Client, args []string) bool {
c.Sayln("")
c.Sayln("We'll see you at the party!")
c.Sayln("")
c.Sayln(" https://github.com/realraum/telme10")
c.Sayln("")
time.Sleep(1 * time.Second)
return true
}