module Bitbot::Help
Public Instance Methods
on_help(m, args)
click to toggle source
# 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