Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대욱
/
My_Project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김대욱
2020-06-24 14:21:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
00db7d959024f5d92cc37eca9c1aa4c51fce16b4
00db7d95
1 parent
99f295ba
app.js_4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
00db7d9
...
...
@@ -33,7 +33,7 @@ var users = {};
var
bans
=
[];
var
uid
=
1
;
var
alphanumeric
=
null
;
var
alphanumeric
=
/^
[
가-힣a-zA-Z0-9
]
+$/
;
if
(
config
.
readline
.
use
)
{
var
rl
=
readline
.
createInterface
(
process
.
stdin
,
process
.
stdout
);
...
...
Please
register
or
login
to post a comment