mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
fix for /detach
This commit is contained in:
parent
2a6e327d1f
commit
f57f84e28d
3 changed files with 6 additions and 3 deletions
|
@ -1163,7 +1163,7 @@ vamixed startParse(string a) {
|
|||
else {
|
||||
PT(("PSYC startParse got %O from %O\n", a, query_ip_number()))
|
||||
croak("_error_syntax_initialization",
|
||||
"The protocol begins with a dot on a line by itself.");
|
||||
"The old protocol begins with a dot on a line by itself.");
|
||||
// experiencing a loop here, because some implementations
|
||||
// try immediate reconnect. idea: in most places where we
|
||||
// QUIT we should put the tcp link on hold instead, and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue