package main
import "git.nefrace.ru/nefrace/nechotron"
func handleAdmin(u *nechotron.Update) error {
u.AnswerPlain("Вы админ!")
return nil
}