Fixed ChatStart.rb

This commit is contained in:
James Booth
2013-09-01 17:01:05 +01:00
parent 4a3457dbc1
commit d07ccd4b5b

View File

@@ -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)
}