Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interact plugin #85

Merged
merged 22 commits into from Aug 19, 2015
Merged

Interact plugin #85

merged 22 commits into from Aug 19, 2015

Conversation

Gjum
Copy link
Member

@Gjum Gjum commented Aug 17, 2015

Some testing still needs to be done, although I have been using it for some time now (April, wow...).

@Gjum Gjum force-pushed the master branch 2 times, most recently from 4bd6a69 to 1111bad Compare August 18, 2015 01:49
requires = ('ClientInfo', 'Inventory', 'Net')

def __init__(self, ploader, settings):
super().__init__(ploader, settings)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix for python 2 support

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, missed that one. Although the CI greenlit it for Python 2.7, interesting.

@gamingrobot
Copy link
Member

Also can you now add interact plugin to DefaultPlugins

@Gjum
Copy link
Member Author

Gjum commented Aug 18, 2015

I'm also not sure where all these constants belong.

('event', event.EventPlugin),
('net', net.NetPlugin),
('auth', auth.AuthPlugin),
('ticker', ticker.TickerPlugin),
('timers', timer.TimerPlugin),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this should be timer instead of timers? The rest are singular

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problem is that every plugin requires it with "Timers". This would have to be changed everywhere.

But I agree, keeping it consistent would be better.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thats not how that value works, that value is just for the settings dict that gets passed into Client, so that can be changed without much consequence.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd still like it to be the same as in Timer's pl_announce.

gamingrobot added a commit that referenced this pull request Aug 19, 2015
@gamingrobot gamingrobot merged commit 1af6a63 into SpockBotMC:master Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants