File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ topic: ~topic1 ()
113113bot: Ben
114114topic: ~topic2 () This topic is restricted to Ben
115115...
116+ ```
116117
117118Furthermore, you don't have to do it per file. You can do it in the filesxxx.txt build file. But you need to
118119compile any bot definitions without a bot restriction in effect. E.g.
@@ -144,7 +145,7 @@ topic: ~mytopic SHARE REPEAT ()
144145```
145146
146147All facts created will be visible to all bots. And if you create a permanent user variable with
147- the starting name $share_, then all bots can see and modify it. So $share_name becomes a
148+ the starting name ` $share_ ` , then all bots can see and modify it. So ` $share_name ` becomes a
148149common variable. When sharing is in effect, the state with the user (what he said, what
149150bot said, what turn of the volley this is, where the rejoinder mark is) is all common
150151among the bots- they are advancing a joint conversation.
@@ -182,5 +183,3 @@ You disable ownership rules with
182183```
183184bot: 0
184185```
185-
186-
You can’t perform that action at this time.
0 commit comments