15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
actor.xid, '/chat">chat</a>')
if co.who.rights.powers:affect_users() then
aux:push('<a href="/',11):push(actor.xid,0):push('/ctl">control</a>',17)
end
auxp = aux:finalize()
else
aux:compose('<a href="/', actor.xid, '/follow">remote follow</a>')
end
var avistr: lib.str.acc if actor.origin == 0 then
avistr:compose('/avi/',actor.handle)
end
var timestr: int8[26] lib.osclock.ctime_r(&actor.knownsince, ×tr[0])
var strfbuf: int8[28*4]
|
|
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
actor.xid, '/chat">chat</a>')
if co.who.rights.powers:affect_users() then
aux:push('<a href="/',11):push(actor.xid,0):push('/ctl">control</a>',17)
end
auxp = aux:finalize()
else
aux:compose('<a href="/', actor.xid, '/follow">remote follow</a>')
auxp = aux:finalize()
end
var avistr: lib.str.acc if actor.origin == 0 then
avistr:compose('/avi/',actor.handle)
end
var timestr: int8[26] lib.osclock.ctime_r(&actor.knownsince, ×tr[0])
var strfbuf: int8[28*4]
|