mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
is this the fix to get it working with new pcre?
This commit is contained in:
parent
3eab6d6140
commit
92aaf00fff
6 changed files with 31 additions and 10 deletions
|
@ -65,7 +65,7 @@ logon(failure) {
|
|||
int rc = ::logon(failure);
|
||||
unless (rc) return 0;
|
||||
next_input_to(#'parse);
|
||||
parse("[connected]"); // hack to maintain logon ascii graphics intact
|
||||
parse("<connected>"); // hack to maintain logon ascii graphics intact
|
||||
// could have queued this instead:
|
||||
if (connectstring) call_out(#'send, 1, connectstring);
|
||||
call_out(#'runQ, 3); // deliver the queue of messages in circuit.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue