-
```
if (args.at(0) == "Dx" + std::to_string(constants::ENGAGEMENT_AMOUNT) || args.at(0) == "dx" + std::to_string(constants::ENGAGEMENT_AMOUNT))
{
//###irrelavant code for now
}
else
{
if …
-
```
if (args.at(0) == "Dx" + std::to_string(constants::ENGAGEMENT_AMOUNT) || args.at(0) == "dx" + std::to_string(constants::ENGAGEMENT_AMOUNT))
{
//###irrelavant code for now
}
else
{
if …
-
Hey. I had a server crash with online. I suspect your plugin, because Crashdetect did not want to show the exact reason. (crashdetect 4.19 version, try update, to 4.19.4, mb show reason)
Showed onl…
-
Hey, i get this Error with your Script :(
a
root@:/home/Archisteamfarm/config/TeleBot# python bot.py
Traceback (most recent call last):
File "bot.py", line 11, in
import ASF_IPC as asf
…
-
I'm using your library, and when creating bot
`val tgBot = BotClient("token")`
getting this exception.
![image](https://user-images.githubusercontent.com/33849788/47437032-30ab6900-d7c1-11e8-9b15-3…
-
CTBX 的版本信息(关键):10.2.1
相关的 Log(请务必抹除敏感信息):
[2018-10-22 05:36:10] [info] [Bot] [Bot开始初始化]
[2018-10-22 05:36:10] [debug] [TGBot] [开始初始化TGBot,根据网络情况需要的时间有较大区别]
[2018-10-22 05:36:10] [debug] [TGBot] …
-
hello
thanks for your good bot
I think it's better not to say goodbye and welcome to bots when bots are lock. because it's like this.
1- say hello to bot
2- remove the bot
3- say only admins can …
-
SendNotifications is one thread which modifies Future slice, HandleMsg - another
-
I see that there is not a TIMEOUT implemented in libcurl. I think this can generate problems if the connection is lost. I'm right? It would be as follows:
```
/* For example, complete within 20 se…
ghost updated
6 years ago
-
config如下
```
// config.js
https = {}
bot = {}
ui = {}
https.domain = 'tgbot.xxx.xx' // 域名
https.privateKey = '/usr/local/nginx/conf/ssl/xxx.key' // Key文件
https.certificate = '/usr/local/ng…