Class: Robut::Plugin::Pick

Inherits:
Object
  • Object
show all
Includes:
Robut::Plugin
Defined in:
lib/robut/plugin/pick.rb

Overview

Let fate decide!

Instance Attribute Summary

Attributes included from Robut::Plugin

#connection, #private_sender, #reply_to

Instance Method Summary collapse

Methods included from Robut::Plugin

#at_nick, #fake_message, #handle, included, #initialize, #nick, #reply, #sent_to_me?, #store, #usage, #without_nick, #words

Instance Method Details

#random(c) ⇒ Object



14
15
16
# File 'lib/robut/plugin/pick.rb', line 14

def random(c)
  rand(c)
end