Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Minimal changes for Bot::sendPublicChatMessage() could work with 0.81+ #2

Open
wants to merge 1 commit into
base: bot
Choose a base branch
from

Conversation

kroder
Copy link

@kroder kroder commented Jan 25, 2015

Was tested on example like this:

        log.info("Press ENTER again to disconnect everybody...");
        System.in.read();
        for (Bot bot : botArmy) {
            bot.sendPublicChatMessage("see u!");
            bot.disconnect();
        }
        log.info("Disconnected!");

and messages in bot log looks pretty much the same as from real user.

@kroder kroder closed this Jan 25, 2015
@kroder kroder reopened this Jan 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant