public
Description: examples of some of the crazy awesome things you can do with God
Clone URL: git://github.com/jnewland/god_examples.git
whoops, remove this password. it's been changed, don't try any funny 
business ;)
jnewland (author)
Wed Jul 09 11:39:27 -0700 2008
commit  282904b37fad4fc2facc37d496ecf232b4c06ec5
tree    e717fe4d7bfafc0d95ebb8045d683b5fa23224e4
parent  6c0b2fc5305c79221a93b35090bc526a853e1910
...
2
3
4
5
6
7
 
 
8
9
10
...
2
3
4
 
5
 
6
7
8
9
10
0
@@ -2,9 +2,9 @@ $: << File.expand_path(File.dirname(__FILE__) + "/lib")
0
 require 'passwords'
0
 require 'jabber'
0
 
0
-
0
 God::Contacts::Jabber.settings = { :jabber_id => 'bot@jnewland.com',
0
- :password => '5638D0' }
0
+ :password => PASSWORDS['bot@jnewland.com'] }
0
+
0
 God.contact(:jabber) do |c|
0
   c.name = 'jesse'
0
   c.jabber_id = 'jnewland@gmail.com'

Comments

    No one has commented yet.