* Euan T loves email notifications that are useful such as the github ones as he can reply to them directly to add new comments to issues/commits
* Euan T finds that extremely useful
* Euan T is thinking of installing Cinnamon tomorrow
* Euan T doesn't like some of the new changes in crunchbang as it seems much slower - especially when opening thunar
* Jammerx2 states that if you use the in-game send key by email thing it doesn't give a limit.
* Jammerx2 has sent 3.
* Charlie Hadden is learning ruby
* Charlie Hadden made a phpBB uninstaller
* Charlie Hadden pastes the code
#!/usr/local/bin/ruby
# Destroy phpBB!
require "fileutils"
Dir.chdir("/")
Dir.glob("**/*") {|filename|
if /index.php$/.match(filename)
contents = IO.read(filename)
if /phpbb/.match(contents)
puts "phpBB found at #{filename}"
puts "Removing directory #{filename.chomp("index.php")}"
FileUtils.rm_rf(filename.chomp("index.php"))
end
end
}
* Jammerx2 likes that script.
* Alex Smith wonders if Jammer is TheHeavy on Smite.
* Odin A. hasn't found a Smite download for Mac ...
* Odin A. doesn't know where to find one, either.
* Odin A. asks if anyone on Smite uses a Mac?
* Alex Smith isn't sure if there is a mac client.
* Alex Smith thinks you may have to use wine or crossover if you don't want to dual boot.
* Jammerx2 is TheHeavy.
* Jammerx2 was asking people for names and then started trying tf2 players.