diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-19 15:08:34 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-19 15:08:34 +0200 |
commit | db57e7c0d4a88e2a2b0862afa20a1255dfffc58d (patch) | |
tree | 2463dc5033797a7cd26d7810d14c7276ecd90235 /protocols/twitter/twitter.c | |
parent | f4bcc223fea70de8555bbc4d2caf48e0476c0e13 (diff) |
1.2.6a. I fail. :-(1.2.6a
The 1.2.6 I just released has a groupchat mode in the Twitter module that
doesn't actually work...
Diffstat (limited to 'protocols/twitter/twitter.c')
-rw-r--r-- | protocols/twitter/twitter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/twitter/twitter.c b/protocols/twitter/twitter.c index 29be8a96..726c7cb1 100644 --- a/protocols/twitter/twitter.c +++ b/protocols/twitter/twitter.c @@ -54,7 +54,7 @@ static char *set_eval_mode( set_t *set, char *value ) { if( g_strcasecmp( value, "one" ) == 0 || g_strcasecmp( value, "many" ) == 0 || - g_strcasecmp( value, "char" ) == 0 ) + g_strcasecmp( value, "chat" ) == 0 ) return value; else return NULL; |