dcOnDualLogin: Difference between revisions
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 | {|border="1" cellpadding="2" cellspacing="1" | ||
|- style=background-color:#F9F9F9; | |||
!Value | |||
!Description | |||
|- | |||
|align=center| 0 or empty | |||
|Reconnect after [[reconnect]] 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. |