Changeset fbcb481


Ignore:
Timestamp:
2013-08-02T21:59:43Z (11 years ago)
Author:
unknown <pesco@…>
Branches:
master
Children:
e65039a
Parents:
c347a12
Message:

do 'otr connect' with the proper query message (generated by libotr)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • otr.c

    rc347a12 rfbcb481  
    944944        }
    945945       
    946         bee_user_msg(irc->b, u->bu, "?OTR?v2?", 0);
     946        /* passing this through the filter so it goes through libotr which
     947         * will replace the simple query string with a proper one */
     948        otr_filter_msg_out(u, "?OTR?", 0);
    947949}
    948950
Note: See TracChangeset for help on using the changeset viewer.