Compare commits

2 Commits

Author SHA1 Message Date
3df5d52cae Error on start to warn users about getting banned
For the greater good
2022-09-16 07:50:48 -04:00
0e8a5e5888 Update version 2022-05-16 03:21:45 -04:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
__version__ = "0.2.0" __version__ = "0.3.0"
__author__ = "Andrew Ferrazzutti <fair@miscworks.net>" __author__ = "Andrew Ferrazzutti <fair@miscworks.net>"

View File

@@ -22,6 +22,11 @@ import sd from "systemd-daemon"
import ClientManager from "./clientmanager.js" import ClientManager from "./clientmanager.js"
throw Error(
"Using this bridge may currently cause your KakaoTalk to be BANNED! " +
"If you wish to use it anyways, please remove this error from source code first."
)
const args = arg({ const args = arg({
"--config": String, "--config": String,
"-c": "--config", "-c": "--config",