Ignore:
Timestamp:
2010-06-03T21:47:53Z (14 years ago)
Author:
Sven Moritz Hallberg <pesco@…>
Branches:
master
Children:
3759849
Parents:
bb09b3c
Message:

add an option to disable otr on twitter (and other unsuitable protocols)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    rbb09b3c r1dd3470  
    336336        struct prpl *ret = g_new0(struct prpl, 1);
    337337       
     338        ret->options = OPT_NOOTR;
    338339        ret->name = "twitter";
    339340        ret->login = twitter_login;
Note: See TracChangeset for help on using the changeset viewer.