Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Bot
- def run
- Thread.start() do
- //constantly listen for messages on TCPSocket and respond to certain triggers
- end
- end
- class Foo
- def create
- bot = new Bot(params)
- bot.run()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment