Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
srvpro
Commits
eed13f3e
Commit
eed13f3e
authored
Aug 11, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix log
parent
fd0ca6d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
ygopro-server.coffee
ygopro-server.coffee
+2
-2
ygopro-server.js
ygopro-server.js
+0
-2
No files found.
ygopro-server.coffee
View file @
eed13f3e
...
...
@@ -531,8 +531,8 @@ class Room
if
error
log
.
warn
'windbot add error'
,
error
,
this
.
name
,
response
ygopro
.
stoc_send_chat_to_room
(
this
,
"添加AI失败,可尝试输入 /ai 重新添加"
,
ygopro
.
constants
.
COLORS
.
RED
)
else
log
.
info
"windbot added"
#
else
#
log.info "windbot added"
return
return
...
...
ygopro-server.js
View file @
eed13f3e
...
...
@@ -704,8 +704,6 @@
if
(
error
)
{
log
.
warn
(
'
windbot add error
'
,
error
,
_this
.
name
,
response
);
ygopro
.
stoc_send_chat_to_room
(
_this
,
"
添加AI失败,可尝试输入 /ai 重新添加
"
,
ygopro
.
constants
.
COLORS
.
RED
);
}
else
{
log
.
info
(
"
windbot added
"
);
}
};
})(
this
));
...
...
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