Closed emillon closed 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.
twidge follow @username
generic_worker
{,un}{follow,block}
Regards,
Useful and simple. I like it. Pulled.
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 ingeneric_worker
, enabling this syntax for{,un}{follow,block}
commands.Regards,