Skip to content

Instantly share code, notes, and snippets.

@gsathya
gsathya / Bye.rb
Created May 9, 2011 13:55
Polkabot
require 'bot'
module Bot
class Bye < Polkabot
def execute(msg,username,channel)
if msg.match('polkabot[:,] (bye|Bye|ciao|Ciao)$') then
puts msg
say "PRIVMSG ##{channel} :#{username}, Ciao"
end
Index: res/values-ca/strings.xml
===================================================================
--- res/values-ca/strings.xml (revision 24406)
+++ res/values-ca/strings.xml (working copy)
@@ -97,7 +97,7 @@
<string name="wizard_tips_tricks">Aplicacions per a usar-se amb Orbot</string>
<string name="wizard_tips_msg">T\'animem a descarregar-te &amp; utilitza aplicacions que sàpiguen com connectar-se directament a Orbot. Fes clic als botons de sota per instal·lar.</string>
- <string name="wizard_tips_otrchat">OTRCHAT - Client de missatgeria instantània segura per a Android</string>
+ <string name="wizard_tips_otrchat">GibberBot - Client de missatgeria instantània segura per a Android</string>
@gsathya
gsathya / gsoc_tor_proposal.textile
Created April 3, 2011 07:58
GSoC Proposal - Tor Project

Google Summer of Code Proposal : Orbot & ORLib

Sathyanarayanan, India
[email protected]

March 24 2011

What project would you like to work on?

I would like to work on Orbot and ORLib.