Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
tg
Commits
4b5c2556
Commit
4b5c2556
authored
May 07, 2015
by
vvaltman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated tgl
parent
4f9cde9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lua-tg.c
lua-tg.c
+3
-1
tgl
tgl
+1
-1
No files found.
lua-tg.c
View file @
4b5c2556
...
...
@@ -445,7 +445,9 @@ void push_message (struct tgl_message *M) {
}
if
(
M
->
flags
&
TGLMF_MENTION
)
{
lua_add_num_field
(
"mention"
,
1
);
lua_pushstring
(
luaState
,
"mention"
);
lua_pushboolean
(
luaState
,
1
);
lua_settable
(
luaState
,
-
3
);
}
lua_pushstring
(
luaState
,
"from"
);
...
...
tgl
@
16830c98
Subproject commit
a4588778f998d0f27fb7e342a84b2b4ab56274dc
Subproject commit
16830c9872745a73b77767db477ecf1f5463bf8f
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment