mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
don't stress people on unimportant things like libpsyc
This commit is contained in:
parent
d4f94b8ccf
commit
e7a194e703
2 changed files with 53 additions and 31 deletions
|
@ -217,7 +217,7 @@ void receive_udp(string host, string msg, int port) {
|
|||
if (strlen(msg) > 1 && msg[1] == '\n') switch(msg[0]) {
|
||||
#ifdef SPYC_PATH
|
||||
# if !__EFUN_DEFINED__(psyc_parse)
|
||||
# echo New PSYC syntax will not work: Driver compiled without libpsyc!
|
||||
# echo libpsyc is not enabled in driver. Using old protocol parser instead.
|
||||
# else
|
||||
case '|':
|
||||
unless (spycd) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue