From d07ccd4b5bf707f3b94dee44478444223ac0e35e Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 1 Sep 2013 17:01:05 +0100 Subject: [PATCH] Fixed ChatStart.rb --- ChatStart.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatStart.rb b/ChatStart.rb index 3d77270..bc6acd0 100644 --- a/ChatStart.rb +++ b/ChatStart.rb @@ -5,7 +5,7 @@ module ChatStart "prof3@panesar" ] - def self.prof_on_connect() + def self.prof_on_connect(account_name, fulljid) @@contacts.each { | contact | Prof::send_line("/msg " + contact) }