jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 30 forks source link

twidge follow @username #25

Closed emillon closed 13 years ago

emillon commented 13 years ago

Hello,

While copy-pasting a twitter handle, I noticed that twidge follow @username does not work (it passes '@' to the API, so it fails). This patch strips leading '@'s in generic_worker, enabling this syntax for {,un}{follow,block} commands.

Regards,

jgoerzen commented 13 years ago

Useful and simple. I like it. Pulled.