mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
net/spyc is not looking good :-(
This commit is contained in:
parent
40e7a625ee
commit
a4e16cd2c4
6 changed files with 70 additions and 84 deletions
|
@ -1127,7 +1127,7 @@ vamixed startParse(string a) {
|
|||
restart();
|
||||
if (isServer()) greet();
|
||||
}
|
||||
# ifdef SPYC_PATH
|
||||
# if defined(SPYC_PATH) && defined(USE_SPYC)
|
||||
else if (a == "|") { // new S_GLYPH_PACKET_DELIMITER
|
||||
object o = clone_object(SPYC_PATH "server");
|
||||
unless (o && exec(o, ME) && o->logon(0)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue