Sathyanarayanan, India
[email protected]
March 24 2011
I would like to work on Orbot and ORLib.
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 & 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> |
Sathyanarayanan, India
[email protected]
March 24 2011
I would like to work on Orbot and ORLib.