Skip to content

Commit

Permalink
Merge pull request #16 from lukeis/patch-2
Browse files Browse the repository at this point in the history
irc logs right now are on github
  • Loading branch information
jarib committed Apr 15, 2013
2 parents 462bc93 + 05ede43 commit a3d4c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/selbot2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

Selbot2::HELPS << [':log', "link to today's chat log at illictonion"]
on :message, /:log/ do |m|
m.reply "http://illicitonion.com/selogs/selenium/#{(Time.new.gmtime - 25200).strftime('%Y/%m/%d')}.txt | http://illicitonion.com/selogs/search"
m.reply "https://github.com/SeleniumHQ/irc-logs/blob/master/#{(Time.new.gmtime - 25200).strftime('%Y/%m/%d')}.txt | http://illicitonion.com/selogs/search"
end

[
Expand Down

0 comments on commit a3d4c0a

Please sign in to comment.