Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tgl.c
diff options
context:
space:
mode:
authorvvaltman <vvaltman@neon>2015-06-16 14:08:35 +0300
committervvaltman <vvaltman@neon>2015-06-16 14:08:35 +0300
commited9217f262714094068a724537fa15ac30130333 (patch)
tree50d2a692453357029d1a04046b1553849379dc03 /tgl.c
parent41121e9908fc5ddebe3ec6eca9f55172b630f21a (diff)
layer 30 support
Diffstat (limited to 'tgl.c')
-rw-r--r--tgl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tgl.c b/tgl.c
index 5b031c8..dd4f271 100644
--- a/tgl.c
+++ b/tgl.c
@@ -143,3 +143,7 @@ void tgl_enable_ipv6 (struct tgl_state *TLS) {
void tgl_disable_link_preview (struct tgl_state *TLS) {
TLS->disable_link_preview = 1;
}
+
+void tgl_enable_bot (struct tgl_state *TLS) {
+ TLS->is_bot = 1;
+}