benklop / microblog-purple

Automatically exported from code.google.com/p/microblog-purple
GNU General Public License v3.0
0 stars 0 forks source link

Add control command support #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add

1. /help - general help?
2. /follow - follow someone
3. /refresh - refresh immediately
4. /downtime - fetch scheduled down time
5. /d - direct message

Original issue reported on code.google.com by somsaks on 30 Jul 2008 at 3:01

GoogleCodeExporter commented 9 years ago
6. /block - block someone
7. /test - ping twitter?

Original comment by somsaks on 30 Jul 2008 at 3:04

GoogleCodeExporter commented 9 years ago
8. /update 30s - set new (temporary) update rate

Original comment by somsaks on 30 Jul 2008 at 3:09

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
9. /ratelimit - show info. about current rate limit
10. /update default - reset update back to default
11. /update 0 - disable update

Original comment by somsaks on 1 Aug 2008 at 10:32

GoogleCodeExporter commented 9 years ago
For 5. /d - direct message,

Twitter uses "d ${user}" to send a direct message to the user. So I think we 
don't
need to implement this command.

Original comment by chanwit on 5 Aug 2008 at 1:20

GoogleCodeExporter commented 9 years ago
I still think it'd be good to have the /d, as a duplicate for twitter services. 
This
way we can also test if direct message is working or not. "d ${user}" yield 
nothing
when failed. 

But this can be done later of course.

Original comment by somsaks on 5 Aug 2008 at 1:58

GoogleCodeExporter commented 9 years ago
12. /tag [set|bset|unset] <tag>

Add <tag> in front of every messages, set prepend the tag, bset append the tag, 
unset
remove the tag

Original comment by somsaks on 3 Oct 2008 at 11:09

GoogleCodeExporter commented 9 years ago
13. /replies get reply timeline

Original comment by somsaks on 26 Oct 2008 at 6:29

GoogleCodeExporter commented 9 years ago

Original comment by somsaks on 26 Oct 2008 at 6:30

GoogleCodeExporter commented 9 years ago
finish /replies, /refresh, /refresh_rate

Pidgin does not support flexible argument parsing, so I add /refresh_rate.

Original comment by somsaks on 27 Oct 2008 at 2:15

GoogleCodeExporter commented 9 years ago
/tag, /btag, /untag supported now

Original comment by somsaks on 31 Oct 2008 at 11:35

GoogleCodeExporter commented 9 years ago

Original comment by somsaks on 17 Feb 2009 at 11:08

GoogleCodeExporter commented 9 years ago
May I make the suggestion of making a wiki page of the supported commands for 
this? 
Or possibly make a "twitter-readme.txt" file or somesuch. It'd be great to be 
able 
to find the supported commands and how to use them in one, quick place, as 
opposed 
to sifting the issues discussion.

Thank you.

Original comment by mythgu...@gmail.com on 24 Apr 2009 at 1:47

GoogleCodeExporter commented 9 years ago
/leave for Twitter

This "unfollows" someone. It does not duplicate /block.

Original comment by Snickers...@gmail.com on 10 Jul 2009 at 3:36

GoogleCodeExporter commented 9 years ago
For: /tag, /btag, /untag
Show the current tag next to the message-length left. Maybe like exampletag 
[msg] for 
/tag and [msg] exampletag for /btag to show it's position.
Also subtract the tag-length (+1 for space) from left message-length.

BTW: Great plugin

Original comment by da.hai...@googlemail.com on 20 Mar 2010 at 9:35

GoogleCodeExporter commented 9 years ago
/follow, /unfollow (everyone makes mistakes, right?)
/followers
/contacts (or /following?)

I might attempt to implement some, if patches are welcome (haven't looked at 
the 
source, though)

Original comment by iac...@gmail.com on 26 Mar 2010 at 7:02

GoogleCodeExporter commented 9 years ago
for /help I created a new issue#247 - this way we can keep track of what is 
implemented/started more easily.
I have also created a wiki-page [Commands] to track the commands.

Original comment by andresen.nils@gmail.com on 7 Jul 2011 at 9:12