Module: Bitbot::Help

Included in:
Plugin
Defined in:
lib/bitbot/plugin/help.rb

Instance Method Summary collapse

Instance Method Details

#on_help(m, args) ⇒ Object



2
3
4
5
# File 'lib/bitbot/plugin/help.rb', line 2

def on_help(m, args)
  m.reply "Channel Commands: +tip, +tipstats, +txfee"
  m.reply "Private Message Commands: balance, history, withdraw, deposit"
end