diff options
author | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-02 15:50:26 +0000 |
---|---|---|
committer | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-02 15:50:26 +0000 |
commit | 24d07d95cdf597b847cf9643305152406e45231d (patch) | |
tree | 9cec462e463996e5481ee9b7bb28fb0928427317 /conf-tmpl/login_athena.conf | |
parent | 737d5d29aaad7a7605f0988d28c92a7763d141be (diff) | |
download | hercules-24d07d95cdf597b847cf9643305152406e45231d.tar.gz hercules-24d07d95cdf597b847cf9643305152406e45231d.tar.bz2 hercules-24d07d95cdf597b847cf9643305152406e45231d.tar.xz hercules-24d07d95cdf597b847cf9643305152406e45231d.zip |
* Allowed people to enable/disable using the online column via 'register_users_online' in the login_athena.conf [Codemaster]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1380 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/login_athena.conf')
-rw-r--r-- | conf-tmpl/login_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index ade701d23..29c20a78e 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -147,6 +147,9 @@ client_version_to_connect: 20 //Passwords in Login DB are MD5 - <passwordencrypt> cannot b used on client with this on use_MD5_passwords: no +// Use the 'online' column to set users online and offline [MySQL only] +register_users_online: 0 + //Ban features: read readme for more info if you dont know this. ipban: 1 dynamic_pass_failure_ban: 1 |