Skip to content

Commit

Permalink
CONSUMAR_KEY を戻し
Browse files Browse the repository at this point in the history
  • Loading branch information
cho45 committed Jun 10, 2010
1 parent b5d934c commit 3b3613d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tig.rb
Expand Up @@ -235,8 +235,8 @@
module Net::IRC::Constants; RPL_WHOISBOT = "335"; RPL_CREATEONTIME = "329"; end

class TwitterIrcGateway < Net::IRC::Server::Session
CONSUMER_KEY = 'D0HAkxVRFhOm1tx7QwUcGA'
CONSUMER_SECRET = 'u9tcglo9QHVGRfQx3DCaYbtz0aQfsLuISKpjdiC2h4'
CONSUMER_KEY = 'ZxRg3rGeqE68Tqkz9nhmA'
CONSUMER_SECRET = 'GaJsr2jfjUYIHaPc01UqiqMlvUJPCL5z5uPQM5T418'

class UnauthorizedException < Exception; end

Expand Down

0 comments on commit 3b3613d

Please sign in to comment.