Fix file permissions

This commit is contained in:
Hri7566 2024-07-31 20:15:09 -04:00
parent 232922ce25
commit 6b7b0fbb4c
83 changed files with 0 additions and 0 deletions

0
.env.template Executable file → Normal file
View File

0
.eslintrc.js Executable file → Normal file
View File

0
.gitignore vendored Executable file → Normal file
View File

0
.gitmodules vendored Executable file → Normal file
View File

0
.prettierrc Executable file → Normal file
View File

0
.vscode/settings.json vendored Executable file → Normal file
View File

0
LICENSE Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
bun.lockb Executable file → Normal file
View File

0
config/channels.yml Executable file → Normal file
View File

0
config/notifications.yml Executable file → Normal file
View File

0
config/ratelimits.yml Executable file → Normal file
View File

0
config/users.yml Executable file → Normal file
View File

0
package.json Executable file → Normal file
View File

0
prisma/schema.prisma Executable file → Normal file
View File

0
src/channel/Channel.ts Executable file → Normal file
View File

0
src/channel/ChannelList.ts Executable file → Normal file
View File

0
src/channel/Crown.ts Executable file → Normal file
View File

0
src/channel/config.ts Executable file → Normal file
View File

0
src/channel/forceLoad.ts Executable file → Normal file
View File

0
src/channel/index.ts Executable file → Normal file
View File

0
src/channel/settings.ts Executable file → Normal file
View File

0
src/data/history.ts Executable file → Normal file
View File

0
src/data/prisma.ts Executable file → Normal file
View File

0
src/data/user.ts Executable file → Normal file
View File

0
src/index.ts Executable file → Normal file
View File

0
src/util/Logger.ts Executable file → Normal file
View File

0
src/util/config.ts Executable file → Normal file
View File

0
src/util/env.ts Executable file → Normal file
View File

0
src/util/helpers.ts Executable file → Normal file
View File

0
src/util/id.ts Executable file → Normal file
View File

0
src/util/motd.ts Executable file → Normal file
View File

0
src/util/readline/Command.ts Executable file → Normal file
View File

0
src/util/readline/commands.ts Executable file → Normal file
View File

0
src/util/readline/index.ts Executable file → Normal file
View File

0
src/util/readline/logger.ts Executable file → Normal file
View File

0
src/util/types.d.ts vendored Executable file → Normal file
View File

0
src/ws/Gateway.ts Executable file → Normal file
View File

0
src/ws/Socket.ts Executable file → Normal file
View File

0
src/ws/events.inc.ts Executable file → Normal file
View File

0
src/ws/events.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/admin_chat.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/ch_flag.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/clear_chat.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/color.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/eval.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/forceload.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/move.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/name.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/notification.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/rename_channel.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/restart.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/tag.ts Executable file → Normal file
View File

0
src/ws/events/admin/handlers/user_flag.ts Executable file → Normal file
View File

0
src/ws/events/admin/index.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/+ls.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/-ls.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/a.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/admin_message.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/bye.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/ch.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/chown.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/chset.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/devices.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/hi.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/kickban.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/m.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/n.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/t.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/unban.ts Executable file → Normal file
View File

0
src/ws/events/user/handlers/userset.ts Executable file → Normal file
View File

0
src/ws/events/user/index.ts Executable file → Normal file
View File

0
src/ws/message.ts Executable file → Normal file
View File

0
src/ws/ratelimit/NoteQuota.ts Executable file → Normal file
View File

0
src/ws/ratelimit/RateLimit.ts Executable file → Normal file
View File

0
src/ws/ratelimit/RateLimitChain.ts Executable file → Normal file
View File

0
src/ws/ratelimit/config.ts Executable file → Normal file
View File

0
src/ws/ratelimit/limits/admin.ts Executable file → Normal file
View File

0
src/ws/ratelimit/limits/crown.ts Executable file → Normal file
View File

0
src/ws/ratelimit/limits/user.ts Executable file → Normal file
View File

0
src/ws/server.ts Executable file → Normal file
View File

0
src/ws/usersConfig.ts Executable file → Normal file
View File

0
tsconfig.json Executable file → Normal file
View File