Initial commit
This commit is contained in:
14
ChatStart.rb
Normal file
14
ChatStart.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
module ChatStart
|
||||
|
||||
@@contacts = [
|
||||
"\"Prof 2\"",
|
||||
"prof3@panesar"
|
||||
]
|
||||
|
||||
def self.prof_on_connect()
|
||||
@@contacts.each { | contact |
|
||||
Prof::send_line("/msg " + contact)
|
||||
}
|
||||
Prof::send_line("/win 1")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user