This repository has been archived by the owner on Aug 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
自定义回复功能 #1
Open
lunzhiPenxil
wants to merge
6
commits into
Dice-Developer-Team:master
Choose a base branch
from
lunzhiPenxil:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
自定义回复功能 #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
并且_CRT_SECURE_NO_WARNINGS这种东西不应该存在的 |
w4123
reviewed
Jul 3, 2020
trpglogger/main.cpp
Outdated
std::stringstream CustomReplyJSONsstr; | ||
CustomReplyJSONsstr << CustomReplyJSON.rdbuf(); | ||
neb::CJsonObject CustomReplyJSONobj(UTF8ToGBK(CustomReplyJSONsstr.str())); | ||
for (auto &it : CustomReply) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const?
现在通过修改CustomReplyFilter来控制哪些自定义项目可以被作为替换内容,否则就可以被执行替换 |
其实我没意料到你直接复制了Dice里面的……那个写的什么都不是 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
可以在CoolQ的可执行文件目录下建立/LogData/CustomReply.json文件,通过编辑Json格式的文本自定义运行过程中的回复词。
相关回复词配置项的默认值如下,所需的json格式文件也如下所示:
其中"self"在缺省状态下将被初始化为本机昵称。