dcOnDualLogin: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
: Specifies what to do when disconnected by someone logging in to the same account.
: Specifies what to do when disconnected by someone logging in to the same account.


:; 0 or empty or missing
{|border="1" cellpadding="2" cellspacing="1"
:: Reconnect after [[reconnect]] seconds.
|- style=background-color:#F9F9F9;
 
!Value
:; 1
!Description
:: Quit.
|-
 
|align=center| 0 or empty
:; 2 and greater
|Reconnect after [[reconnect]] seconds.
:: Reconnect after <value> seconds.
|-
|align=center| 1
| Quit.
|-
|align=center| 2 and greater
|Reconnect after <value> seconds.
|}


[[Category:config.txt]]
[[Category:config.txt]]
[[Category:auto_disconnect]]
[[Category:auto_disconnect]]
[[Category:connection]]
[[Category:connection]]

Revision as of 22:40, 15 December 2009

dcOnDualLogin [<value>]
Specifies what to do when disconnected by someone logging in to the same account.
Value Description
0 or empty Reconnect after reconnect seconds.
1 Quit.
2 and greater Reconnect after <value> seconds.