We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
% tw -search="shokai.org" @shokai
The text was updated successfully, but these errors were encountered:
これすごいめんどくさいな・・
このへんの処理の先にcmdsを実行してるのを変えないとどうしょうもない
regist_cmds cmds.each do |name, cmd| next unless @parser[name] cmd.call @parser[name], @parser end auth if @parser.argv.size < 1 Render.display client.mentions, @parser[:format] elsif all_requests?(@parser.argv) Render.display Parallel.map(@parser.argv, :in_threads => @parser.argv.size){|arg| if user = username?(arg) res = client.user_timeline user elsif (user, list =listname?(arg)) != false res = client.list_timeline(user, list) end res }, @parser[:format] else message = @parser.argv.join(' ')
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: