Changeset f5c0d8e for protocols/twitter
- Timestamp:
- 2010-08-31T20:06:14Z (14 years ago)
- Branches:
- master
- Children:
- 0c85c08
- Parents:
- 8358691 (diff), 31dbb90a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- protocols/twitter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/Makefile
r8358691 rf5c0d8e 30 30 31 31 distclean: clean 32 rm -rf .depend 32 33 33 34 ### MAIN PROGRAM … … 43 44 @$(LD) $(LFLAGS) $(objects) -o twitter_mod.o 44 45 45 46 -include .depend/*.d -
protocols/twitter/twitter.c
r8358691 rf5c0d8e 195 195 s = set_add( &acc->set, "message_length", "140", set_eval_int, acc ); 196 196 197 s = set_add( &acc->set, "mode", " one", set_eval_mode, acc );197 s = set_add( &acc->set, "mode", "chat", set_eval_mode, acc ); 198 198 s->flags |= ACC_SET_OFFLINE_ONLY; 199 199
Note: See TracChangeset
for help on using the changeset viewer.