1
0
kpmy 9 жил өмнө
parent
commit
dbe07693a1
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -112,7 +112,7 @@ func loadTpl(name string) (ret *template.Template, err error) {
 }
 }
 
 
 func bot(st stream.Stream) error {
 func bot(st stream.Stream) error {
-	actors.With().Do(actors.C(steps.PresenceTo(units.Bare2Full(ROOM, ME)))).Run(st)
+	actors.With().Do(actors.C(steps.PresenceTo(units.Bare2Full(ROOM, ME), entity.CHAT, "ПЩ сюды: https://github.com/kpmy/xep"))).Run(st)
 	executor = luaexecutor.NewExecutor(st)
 	executor = luaexecutor.NewExecutor(st)
 	executor.Start()
 	executor.Start()
 	for {
 	for {