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:10:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
99f295bad115f017b03627f3626f1acb7390e51f
99f295ba
1 parent
ca75adef
app.js_3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
99f295b
...
...
@@ -33,7 +33,7 @@ var users = {};
var
bans
=
[];
var
uid
=
1
;
var
alphanumeric
=
/^가-힣
\x
20^a-z^A-Z^0-9/
;
var
alphanumeric
=
null
;
if
(
config
.
readline
.
use
)
{
var
rl
=
readline
.
createInterface
(
process
.
stdin
,
process
.
stdout
);
...
...
Please
register
or
login
to post a comment