diff options
author | Sven Moritz Hallberg <pesco@khjk.org> | 2010-06-03 23:47:53 +0200 |
---|---|---|
committer | Sven Moritz Hallberg <pesco@khjk.org> | 2010-06-03 23:47:53 +0200 |
commit | 1dd34701541fb8142402f593dc256ff9b54121bb (patch) | |
tree | 5a39c50aa8ba49246befa9cd22d9f9b9cf654c58 /protocols/twitter/twitter.c | |
parent | bb09b3c6b8190be09e0b7c7ef2f4b1b5a69b504f (diff) |
add an option to disable otr on twitter (and other unsuitable protocols)
Diffstat (limited to 'protocols/twitter/twitter.c')
-rw-r--r-- | protocols/twitter/twitter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/twitter/twitter.c b/protocols/twitter/twitter.c index 98e85641..afa2fb32 100644 --- a/protocols/twitter/twitter.c +++ b/protocols/twitter/twitter.c @@ -335,6 +335,7 @@ void twitter_initmodule() { struct prpl *ret = g_new0(struct prpl, 1); + ret->options = OPT_NOOTR; ret->name = "twitter"; ret->login = twitter_login; ret->init = twitter_init; |