Bot debug
This commit is contained in:
@@ -23,7 +23,9 @@ module Vkontakte
|
||||
private
|
||||
|
||||
def self.randomBot
|
||||
@@bot = @@accounts[@@accounts.keys[rand(@@accounts.keys.length - 1)]]
|
||||
botname = @@accounts.keys[rand(@@accounts.keys.length - 1)]
|
||||
@@bot = @@accounts[botname]
|
||||
pp 'Using bot ' << botname
|
||||
end
|
||||
|
||||
def self.getHtml q
|
||||
|
||||
Reference in New Issue
Block a user